VOGONS


First post, by The Frederick

User metadata
Rank Newbie
Rank
Newbie

I'm trying to make a DOSBox shortcut that will run a game immediately, and I get that you use the game's directory as a parameter. Is there anyway way to have parameters for the game in this shortcut?

For example,

C:\DOXBox\dosbox.exe "C:\game\game.exe -debugmode"

Reply 1 of 3, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

yes, use a batch file and point to that instead of the exe.
(in case you don't know that, a batch file is a text file with the file ending *.bat (for example game.bat) with the necessary start commands (for example game.exe -debugmode) in there).

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 2 of 3, by The Frederick

User metadata
Rank Newbie
Rank
Newbie

Wow, I am really dense for asking this, because I've done that before with other stuff. Thanks mate.