Skip to content

CountrySideEngineer/ConsoleHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OutputRecorder

LICENSE
APP_VER
LIB_VER

ConsoleHelper is an application that records the contents of the standard output of a specified application.

Features

When outputting the contents of standard output to a file, many users employ redirection. However, the method does not allow user to check the contents of the standard output during execution. This application simultaneously observes the standard output of a process and outputs it to a file.

How to use.

To use this application, input the command into command interface.

ConsoleHelper.exe path/to/file/to/run

The content of application's standard output are output to a file in the same folder of the application. The file name is "ApplicationName.log".