HOST
Function
-ArgFile<filename>
<filename>: Specify the file containing the options to be passed in the command line.
The options present in the file are appended to existing command line options.
Considering that a file named option.txt is used and that it contains the "-Mt" option then crs08.exe -ArgFileoption.txt command line will be equivalent to crs08.exe -Mt.