HOST
Function
-ArgFile<filename>
<filename>: Specify filename that has options to be passed to command line
The options present in file are appended to existing command line options.
option.txt -M Linker.exe -ArgFileoption.txt test.prm
This is equivalent to linker.exe -M test.prm and linker generates output file test.map