!--a11y-->
spool 
Writes the trace to the specified trace file.
Syntax |
spool [-off] [-append|-a] [filePath] |
Options |
|
-off |
Stops the spooling and closes the spool file. |
-append|-a |
Appends spool output if the spool file already exists. |
Arguments |
|
filePath |
The path of the spool file. If spooling is on, the current spool file is closed before spooling continues in the new file. |
Description |
Writes the trace to the specified trace file. |
Start tracing in file C:\temp\trace.txt.
spool c:\temp\trace.txt