-ArgFile: Specify a file from which additional command line options will be read

Group

HOST

Scope

Function

Syntax

-ArgFile<filename>

Arguments

<filename>: Specify the file containing the options to be passed in the command line.

Description

The options present in the file are appended to existing command line options.

Example

Considering that a file named option.txt is used and that it contains the "-Mt" option then chc08.exe -ArgFileoption.txt command line will be equivalent to chc08.exe -Mt.