shoc FAQ
go2MONITOR: DOS window "as_controller" in background

If you see a DOS window in the background, you can remove it by modifying the start_all.bat file.
In start_all.bat (application directory) replace:
start /D "%~dp0" As_controller.exe --noconsole
with:
start /B /D "%~dp0" As_controller.exe
Last update on 2023-03-20 by Rolf Haenggi.