First post, by orangekid
how do i create a batch file to open a program within dosbox without first having to open dosbox? e.g.
c:\program files\dosbox\dosbox.exe
c:\games\game.exe
this makes it first open dosbox, then after dosbox closes it opens the game in windows command program instead of dosbox. is there a better paramater to use such as
c:\program files\dosbox\dosbox.exe - run c:\games\game.exe
exit
or something i can do to where I just open one file and it launches the game in dosbox then closes dosbox when I close the game?