Purpose:Save the console screen buffer to a file

 

Format:SAVECONSOLE [/H /T /W] filename ...

 

/H(tml)

/T (header)

/W(hitespace)

 

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:

 

/HSave the console as an HTML file

 

/TInclude a header with the console title + date + time

 

/WDon't strip trailing white space on each line (this will result in a much bigger file)