|
Parmfile: Pf |
Top Previous Next |
|
This option specifies the name of a secondary customization parameter file to use. It is used to augment the command line adding more command line parameters from a file. The command is implemented with the syntax
Parmfile=filename or Pf=filename
It is read from the current directory unless a path is specified. One thus could use
Gams myfile pf=c:\place\fileofcommands
Where file of commands was one like
Eolonly 1 Ps=9999 Pw=90 Errmsg=1 Pf=c:\place\moreparameters Eolonly 0
Use of the eolonly parameter allows one to place one command per line. This can be used in a customization exercise with the same file used by default in the IDE or in a gmsprmXX.txt file as discussed in the chapter on customization. As shown in blue above this parameter may be used recursively with the pf file containing a pf= line identifying a file containing further pf entries. |