Posted May 02, 2013
As the subject says: quitting the game returns you to the DOSBox prompt. No problem, as typing 'exit' returns you to Windows, but it is somewhat unusual for a GOG game to do this. The .conf files do include an exit command, so does anyone know why this is not working?
edit:
changing the [autoexec] part in the DOSBox .conf file from:
@echo off
mount C ".."
c:
cls
subwar
exit
to:
@echo off
mount C ".."
c:
cls
call subwar
exit
fixes it for me. Maybe something GOG can update in the installer?
edit:
changing the [autoexec] part in the DOSBox .conf file from:
@echo off
mount C ".."
c:
cls
subwar
exit
to:
@echo off
mount C ".."
c:
cls
call subwar
exit
fixes it for me. Maybe something GOG can update in the installer?
Post edited May 02, 2013 by sndwv