Please could you tell me what the executable name is for calling PAL scripts. I've tried PAL -h and expected to get a list of commands as described in the documentation e.g.
Syntax: program [options…]
Options:
-s server Server:port to connect to (localhost)
-t level Set trace level (default = 0)
0=none, 1=low, 2=medium, 3=high
-r count Repeat script count times, 0=forever (1)
-c Clock the script (0)
-a Animate: show script commands
-e Execute in single-step mode (0)
-q Quiet mode: no messages
-v Show version information
-h Show summary of command-line options
The order of arguments is not important. Switches and filenames
are case sensitive. See documentation for detailed information.
However I get the following:-
cbourne@cbourne-desktop:~/ibase$ pal -h
E: '-h' is not a PAL script
