Output Initialization Variable

See Also

Sets the default method for displaying output.

Syntax

Output = valid -O setting

Example

Paginates all output by default:

Output =

Sends all output to the file Outlog.txt by default:

Output = Outlog.txt

Remarks

On the VSS command line, the Output initialization variable sets a default for the -O command-line option to any function. The first example above is equivalent to -O, and tells VSS to paginate its output. The second is equivalent to -oOutlog.txt, an instruction to redirect all output into a file.