|
Command Line Syntax |
|
|
The Docklight Scripting application supports command line arguments to load (and run) predefined project or script files. Use the following command syntax:
Docklight_Scripting.exe [ -r ] [ -m ] [ projectPathName.ptp ] [ scriptPathName.pts ]
The Docklight scripting command line has these parts:
Remarks
If your script uses the StartLogging or the FileInput / FileOutput interface, and you just provide a file name, but not a complete directory path as a parameter, Docklight Scripting will use the current script / project directory.
Example
Docklight_Scripting.exe -r C:\myScript.pts
Loads the Docklight script file C:\myScript.pts and executes it. |