How Can I Control go2monitor from the Command Line?

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_close
REM Start the go2MONITOR software

timeout 60
REM wait until windows is started
REM Depending on the os version, another delay command is necessary

start go2MONITOR.exe --execscriptcontent="Signalinput.changeSignalInput('File');" --no_close
REM go2MONITOR: change to file input
timeout 5

start go2MONITOR.exe --execscriptcontent="Signalinput.startFilePlayback('c:\\transfer\\tetra.wav');" --no_close
REM go2MONITOR: load tetra. wav, "\\" is windows specific

Last update on 2026-03-26 by Rolf Haenggi.