shoc FAQ Reader
Can I Remove the "as_controller" Window in the Background?
If you see a DOS window in the background, you can remove it by changing 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 2024-02-06 by Rolf Haenggi.