SetConsoleOuputFile
Revision as of 09:43, 1 August 2007 by imported>Wkilleen
SetConsoleOuputFile creates a text file (such as "output.txt") that stores console input and output.
Syntax
SetConsoleOuputFile filename.txt SCOF filename.txt
Example
SetConsoleOuputFile Debug.txt (console output will now be written to Debug.txt)
Notes
- A filename is a required parameter for this command.
- The file will not contain Debug Text.