Output Initialization Variable
Specifies the output for a command on the Visual SourceSafe command line that uses the -O option.
Syntax
Output = <valid -O setting>
Examples
Paginates all output by default; this example is equivalent to use of the -O option:
Output =
Sends all output to the file Outlog.txt by default; this example is equivalent to using the option -OOutlog.txt, an instruction to redirect all output into the Outlog.txt file:
Output = Outlog.txt