Re: Executing DosBox "silently" in background?
Posted on 2014-01-20, 02:21
I had a similar requirement to run a small 16-bit command-line utility (ENVTIME.EXE) in x64 using DOSBox. I couldn't start DOSBox minimized but managed to run DOSBox from a batch file without having the GUI window: SET SDL_VIDEODRIVER=dummy {path_to_DOSBOX_exe}\DOSBox.exe ENVTIME.EXE -noconsole - …