The legacy scripting mechanism using ActiveX Scripting in Pulsonix is deprecated. Please use new scripting facilities instead.
Running legacy scripts from the program command line
As well as running scripts from inside the application, you can also run them from the command line. This is done using some special commands that you add to the command line:
-hidden
runs Pulsonix ‘invisibly’, without opening any windows (optional)
-scriptfile <scriptFilePath>
names the script file to be run. Full path must be enclosed with double quotes. If invoked from the Run Command dialog this command will have no effect.
For example:
pulsonix -hidden -scriptfile “c:/pulsonix/scripts/CheckParts.js”
Legacy Scripting Related Topics
Editing Scripts (Legacy) | Running Scripts Legacy) | Scripting Reference (Legacy)