Brilliant! I scanned the documentation several times and did not find this... Brian.
On 19 Jan 2006, at 23:25, Frank Heckenbach wrote:
Either (guess we should document that):
stvpas --gpc-rts=-ndatafile:myfile.dat
(--gpc-rts=-h for help)
Or:
Compile with `--transparent-file-names'. Then it will always open the external file called `datafile' (without suffix). Maybe not what you want.
Or:
Otherwise the program will ask for the file name at run time (on the terminal, not standard input by default).
Frank