VOGONS

Common searches


First post, by joeljoel1947

User metadata
Rank Newbie
Rank
Newbie

When I want to launch my game in dosbox I need to type all this in. Is there a program or command or app that can do it for me as to avoid all this? Just lazy I guess!

Mount c "..\Oldtime"

Mount e "..\Oldtime\cd" -t cdrom

C:

Oldtime

<enter>

Thanks for any thoughts or ideas!

Reply 1 of 3, by Osprey

User metadata
Rank Member
Rank
Member

That's what the [autoexec] section of the dosbox.conf file (that holds all of your DOSBox settings) is for. Add all of your mount/c:/cd commands and even the command to run the game to that. If you don't have a dosbox.conf, then create a text file in the same folder as the dosbox.exe that you're running, add [autoexec] and, below it, all of the commands that you want run, and save the file as dosbox.conf.