By default, VSS directs all its output to the screen. Command-line users can use the -o option to paginate the output, which is exactly the opposite of what you want in a batch file. However, you can also use -o to disable or redirect the output.
To redirect or disable output:
Type This Command | Resulting Action |
-o- | No output |
-oRESULTS.TXT | Redirect all output into the text file Results.txt. If this file already exists, the output is appended to it. |