This article explains how you can run a Grapher script from the command line.
You can run a script via the command line with this syntax:
"<Scripter path>" -x "filename.bas"
The –x means execute, and quotes are necessary around the file path to the Scripter.exe file and the BAS file.
For example:
“C:\Program Files\Golden Software\Grapher 15\Scripter.exe" -x "C:\Temp\ClassPlot.bas"
Updated August 6, 2019
Comments
Please sign in to leave a comment.