|
-?
|
Show the usage
|
|
-p
|
Parse the ZKM Script file and display any errors but don't execute the script. This option is handy for
syntax checking a long and complicated script.
|
|
-v
|
Verbose. Display extra information in the log file.
|
|
-l <logFileName>
|
Use the specified file as the log file to which messages should be written. May be relative or absolute.
If the path is relative, then the file will be written to the default directory.
By default the file "ZKM_log.txt" in the default directory will be used.
|
|
-tl <trimLogFileName>
|
Use the specified file as the trim log file. May be relative or absolute.
If the path is relative, then the file will be written to the default directory.
By default the file "ZKM_TrimLog.txt" in the default directory will be used.
|
|
-de <defaultExcludeFileName>
|
Specifies the path name of the file containing the default name exclusions. May be relative or absolute.
If the path is relative, Zelix KlassMaster will look in the default directory.
By default Zelix KlassMaster will look in the default directory for the file "defaultExclude.txt".
|
|
-dte <defaultTrimExcludeFileName>
|
Specifies the path name of the file containing the default trim exclusions. May be relative or absolute.
If the path is relative, Zelix KlassMaster will look in the default directory.
By default Zelix KlassMaster will look in the default directory for the file "defaultTrimExclude.txt".
|
|
-dd <defaultDirectoryName>
|
Specifies the path name of the directory which will be used as the default directory. May be relative or absolute.
If the path is relative, then it will be relative to the current working directory.
By default, the default directory will be the current working directory.
|
|
-ro <fileName>
|
Redirect stdout to the specified file. Redirects messages and warnings.
Errors will still be written to stderr.
|
|
<ZKMScriptFileName>
|
The name of the ZKM Script file to execute. May be relative or absolute.
If the path is relative, then it will be relative to the current working directory.
|