shoc FAQ Reader
How Can I Control go2MONITOR from the Command Line?
It is possible to control go2MONITOR from the command line by sending PYTHON commands
Sample:
start go2MONITOR.exe --no_closeREM Start the go2MONITOR softwaretimeout 60REM wait until windows is startedREM Depending on the os version, another delay command is necessarystart go2MONITOR.exe --execscriptcontent="Signalinput.changeSignalInput('File');" --no_closeREM go2MONITOR: change to file inputtimeout 5 start go2MONITOR.exe --execscriptcontent="Signalinput.startFilePlayback('c:\\transfer\\tetra.wav');" --no_closeREM go2MONITOR: load tetra. wav, "\\" is windows specific
Last update on 2024-02-06 by Rolf Haenggi.