Page History
...
- One parameter to a line.
- The same format is used whether the parameter is input via a command line or file.
- The parameter value is taken to be the text to the end of the line (including any spaces or tabs).
- Blank lines are ignored.
- Lines beginning with // are regarded as comment lines.
For example:
// an example input file// set the first query parameter to NEW ZEALANDQP01=NEW ZEALAND // the second query parameter is missing so the default is used // set the third query parameter to be 1000QP03=1000 //and connect to the second hostHSTN=2
| Note |
|---|
| Note: If your parameter value includes an embedded quote ("), then you must supply the value via an input file rather than a command line. |