Command-Line Options

Command-Line Options

Additional Command-Line Options

-x File extraction options

Syntax: SymHelp.exe [options] -x sdbzfile.sdbz [filters]

Available options:

-s Silent mode (suppress error message boxes)
-dirs Create one level of subdirs for files (default is flat)
-dest <dir> Specify the output directory (default is auto-generated subdir of current working dir)

Filter may be absolute or relative (end-matching).

Filter wildcards allowed:

* Matches zero or more characters in a directory or file name
? Matches exactly one character in a directory or file name
** When used as the entire directory name, matches any chain of subdirectories

Examples:

Symantec*\**\*.log means: Any file with the extension .log that is a descendent of any directory that begins with "Symantec" anywhere in the file system
C:\ProgramData\*\*.dat means: Any file with the extension .dat in any immediate subdirectory of C:\ProgramData