Sets the default method for displaying output.
Output = valid -O setting
Paginates all output by default:
Output =
Sends all output to the file Outlog.txt by default:
Output = Outlog.txt
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.