Go Back!


Setting up a personalised DOSBox install

While it was nice to have for multiplayer games, it also works well in general. This guide will teach you how to put together your own personised DOSBox setup. The end result will see you being able to run your games in one DOSBox install. It even makes updating to newer builds of DOSBox less of a hassle.

Not only this makes connecting to a server more faster, it doesn't lead you to alt-tab just to look at the IP typing it down.

1. Download DOSBox in a ZIP file if possible. (I recommend DOSBox Staging)

2. Extract the .ZIP file. It can be anywhere you want.

3. Save the changes and close the file.

4a. Once extracted, you need to generate a config file to edit. Proceed to run DOSBox and once in the DOS Prompt type in the following :
config -wcp

4b. Before opening up your text editor, create a folder that can be used as a mounted drive. In my case I call the folder "drivec" without quotes.

5. Open up dosbox.conf through a text editor and scroll all the way to the bottom. There you'll see a section called, [autoexec]

6. Inside the section type the following :
mount c DRIVEC c:

To explain, mount is a command to mount folders to be used as a virtual drive. c is the drive letter. The first mounted drive should always be the C drive. DRIVEC refers to the folder you specified and C: tells DOS to go inside the mounted drive.

There you could toss in your installed MS-DOS games inside that folder and run it.

Basic example of how to run Doom II:
cd DOOM2
SETUP.EXE
DOOM2.EXE