Purpose: | Save the console screen buffer to a file |
Format: | SAVECONSOLE [/H /T /W] filename ... |
Usage:
SAVECONSOLE can save the screen buffer either in plain text format or as an HTML file, including colors.
Example:
Save the console buffer as an HTML file named "tcc_console.html", with a header:
saveconsole /H /T tcc_console.html
Option: