SetConsoleOuputFile

From GECK

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.