DF Indirect Command File Use

The DF command allows the use of indirect command files. For example, assume the file   text.txt contains the following:

  /pdbfile:testout.pdb /exe:testout.exe /debug:full /optimize:0 test.f90 rest.f90

The following DF command executes the contents of file text.txt as an indirect command file to create a debugging version of the executable program and its associated PDB file:

   DF @test.txt

Indirect command files do not use continuation characters; all lines are appended together as one command.