/
SCREENTODISK
SCREENTODISK
SCREENTODISK
This command copies the current screen’s text to the user specified file
Usage: screentodisk c:\temp\work1.txt
or
screentodisk ‘‘c:\program files\work1.txt’‘
or
screentodisk %varname%
Optionally you can specify a starting and ending location in the form of row/column to limit the output to only part of the screen. As an example the command
screentodisk c:\temp\work.txt,3/10,20/50
will copy the contents of the screen between the locations row 3 column 10 and row 20 column 50 to a file on the C-drive in the temp directory called work.txt. Another way to write the previous command would be
screentodisk ‘‘c:\temp\work.txt, 3/10, 20/50’‘.
Note: The directory must exist, and if the parameters contain any spaces they must be enclosed by delimiters
, multiple selections available,
Related content
What's New In This Version
What's New In This Version
More like this
Undocumented Session Parameters
Undocumented Session Parameters
More like this
Command Line Parameters
Command Line Parameters
More like this
How to use Installer Command Line Parameters
How to use Installer Command Line Parameters
More like this
How to use Command Line Parameters
How to use Command Line Parameters
More like this
Sample Installer Command Line Parameter Entries
Sample Installer Command Line Parameter Entries
More like this