VOGONS


First post, by russianczar

User metadata
Rank Newbie
Rank
Newbie

I have a video store program which I use through DosBox.
After I start the program and I press "exit" button in the program it goes back to DosBox, is there any way to make it so that once I exit video store program, it automatically exits DosBox?

Reply 1 of 1, by ykhwong

User metadata
Rank Oldbie
Rank
Oldbie

Create a batch file with notepad.

@echo off
"your application executable name"
exit

Copy the batch file to the directory where the application exists.
If the batch file name is "start.bat", type 'start' in dosbox.