VOGONS


Making DOSBox batch file

Topic actions

First post, by sotargy

User metadata
Rank Newbie
Rank
Newbie

How can I make a batch file to call and run a certain DOS program on my Hard disk through DOSBox by just one click?

Reply 1 of 3, by `Moe`

User metadata
Rank Oldbie
Rank
Oldbie

c:\path\to\dosbox\dosbox.exe your.exe

Reply 2 of 3, by TeaRex

User metadata
Rank Member
Rank
Member

or:

c:\path\to\dosbox\dosbox.exe -conf game-specific.conf

and put the command to run the game into the autoexec section of that conf file. That way you can use the conf options that work best with this particular game.

tearex