outpath
Description
The outpath subcommand specifies the directory to which monitoring data will be exported.
Syntax
outpath [path]
Operands
|
Operand |
Description |
|---|---|
|
path |
Specifies the directory in which files will be saved. If the directory includes any non-alphanumeric character, the directory must be enclosed by double quotation marks ("). If you want to specify a back slash (\) in the character string enclosed by double quotation marks, repeat the back slash twice for example, \\. If the specified directory does not exist, this subcommand creates a directory that has the specified name. If this operand is omitted, the current directory is assumed. |
Examples
The following example saves files in the directory C:\Project\out on a Windows computer:
outpath "C:\\Project\\out"
The following example saves files in the out directory in the current directory:
outpath out