VOGONS

Common searches


First post, by nitromike2006

User metadata
Rank Newbie
Rank
Newbie

Greetings:

I moved from Windows to Linux and was trying to setup "shortcuts" like I had in Windows. I am trying to run all my games via menu items in Gnome on Debian 4 (Etch).

The version of DosBox is version 0.65 and basically I am trying to figure out how to run it from the command line where the dosbox.conf is in the game directory. An example is Lemmings... the game files exist in /home/mneedham/classics/lemmings/ where we want to run vgalemmi.exe and load the dosbox.conf in that directory.

Help would be appreciated.

Thanks,

Mike

Reply 1 of 2, by MiniMax

User metadata
Rank Moderator
Rank
Moderator
  1. You really should upgrade to 0.72
  2. You can start DOSBox with a -conf option to select a specific configuration file:
    dosbox -conf ~/classics/lemmings/dosbox.conf \
    ~/classics/lemmings/vgalemmi.exe
  3. You can also try one of the excellent frontends like DBGL.

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 2 of 2, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

alterntively you can set the working directory to the game you want to play and have everything in that configfile located there.
DOSBox searches in the working directory for a configfile

Water flows down the stream
How to ask questions the smart way!