First post, by whacky98
I have got my dos application to work when I exit it is there a way instead of going to c: to have it actually exit the dosbox program all together?
I have got my dos application to work when I exit it is there a way instead of going to c: to have it actually exit the dosbox program all together?
"C:\Program Files (x86)\DOSBox-0.74\DOSBox.exe" -userconf -noconsole -exit
I have tried this in my target for my shortcut but when I exit the application it goes back to c: in the dosbox instead of exiting.
Any ideas?
Please ask DOSBox question in the DOSBox forum.
Will due sorry
"C:\Program Files (x86)\DOSBox-0.74\DOSBox.exe" "c:\program\program.bat.bat" -userconf -noconsole -exit
This worked
[Thread moved to DOSBox General Section]
Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)
It should work if you put the command "exit" at the end of your conf file.
Korea Beat -- my cool translation blog.
I've also found that you can use a freely available reboot.com to issue a reboot command, that causes DOSBox to exit. I use this as an icon in QuickMenu to exit DOSBox. You could also put it at the end of a .bat file that launches your program.