Command-Line Options for PAL.EXE and PAL32.EXE |
Top Previous Next |
There are currently two types of parameters that you can use on the commandline:
Path This is a complete path to the project you want PAL to open at start-up. Normally PAL loads the last used project, so this is a way to override that behaviour.
Always as the second parameter, use /AUTO to indicate that PAL should run the project indicated by the first parameter and then terminate itself. In this way it it possible to use for example Window's Task Scheduler to run PAL.EXE automatically.
Example:
PAL c:\project\MyProj.pap
PAL will open the project file MyProj.pap at start-up.
See also:
How to use PAL.EXE and PAL32.EXE How to use PALCMD.EXE and PALCMD32.EXE |