|
Pf |
Top |
|
This keyword tells the name of a file that contains command line entries. It is implemented using the syntax
Pf=filename
A full path should be used. 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. |