General Options of ctcpost

Help, additional information, configuration parameters and the restriction of source files are defined with these options.

-h, -H [search-term]
Option -h gives a short help of the available options. Option -H opens the tool page of ctcpost in Testwell CTC++ Help. When followed by a search term, the search function of Testwell CTC++ Help is opened with this term instead.
-V
This option (VERBOSE) advises ctcpost to display information what configuration files were searched, found and loaded. These extra information messages go to stderr.
-c conf-files
Specifies additional configuration file(s), processed after the configuration files from the default location.
-C conf-param{+|=}value
Overwrites (=) or appends (+) configuration parameters.
@optionsfile
Specifies a file containing command-line options to ctcpost. The file can have options on many lines, line breaks in the file are taken as spaces. Double quotes can be used to preserve spaces within an option defined in the file. There can be multiple @-options as well as nested option files. A line starting with the character # can be used for comments.
-f source-file-list
Restricts the output to the given source files. The source files are separated with semicolon, and the list shall be included in double quotes.
-nf source-file-list
Excludes the given source files from the output. The source files are separated with semicolon, and the list shall be included in double quotes.