Dosbox Game Launcher Mac

With DOSBox, an emulator for the DOS operating system, you can execute programs and games that belong to this already mythical platform. It emulates 286 and 386 processors in real and protected modes.
It supports a variety of video modes which are characteristic in this operating system, like Hercules, EGA, VGA, and VESA, among others.
It is also possible to emulate the functioning of both audio devices like the system speaker, Sound Blaster, Adlib, Tandy, or Gravis Ultrasound; and a modem under TCP and IPX networks.
DOSBox will make you look the old MS-DOS commands over, since all operations are carried out through the instructions of this operating system.

Dosbox Manager

Game Launcher and related apps. Multi-platform frontend for DOSBox. Mar 9th 2015, 18:44 GMT. Mac OS X 10.0 or later (PPC & Intel). DOSBox is a free and open-source emulator of an Intel x86 personal computer designed for the purpose of running software created for disk operating systems on IBM PC compatibles, primarily DOS video games.It was first released in 2002, during which time DOS technology was becoming obsolete. It is notable for its widespread use for running DOS games, as well as being used in commercial.

Notes

For Mac OS X 10.3 or higher

What is mounting?

Launcher

Mounting is a process that makes a storage device (hard disk, CD-rom, CD- or DVD image) accessible within an operating system or within certain software like DOSBox.

Automatic mounting

If you use DOSBox a lot, you'll probably want to automate the mounting of the virtual DOSBox drive. You can do this by editing the dosbox.conf file.

  • Open the configuration file:
    • Windows 7: Press CTRL + ESC (or click the start button), type in dosbox and the options file should appear in the search results, click it
    • Windows 8: Press the Windows key + Q, type in dosbox and the options file should appear in the search results, click it
  • Scroll down to [autoexec]
  • On a new and empty line, type in mount c c:gamesdos
  • If your games folder contains spaces, you have to put quotes around the folder path, for example: mount c 'c:gamesdos games'
  • On a new and empty line, type in c:
  • Save the configuration file
  • Restart DOSBox if it's running

See the installation manual of Tomb Raider in DOSBox for an example. This (and other stuff from this page) also can be found on the DOSBox wiki in the Basic Setup and Installation section. An extensive list of all configuration options in the dosbox.conf file can be found at the dosbox.conf page on the DOSBox wiki.

Mounting of a CD-ROM drive

Dosbox Games Free Download

Perhaps you've got a CD-rom lying around with a cool DOS game on it. Installing of the game in Windows doesn't work, but you can do that in DOSBox instead. Mounting of a CD-rom drive (in this example the i: drive) goes as follows:

  • Type mount d i: -t cdrom and press enter
  • If the game needs a CD label for installation, type mount d i: -t cdrom -label CDLABEL and press enter (replace CDLABEL with the label of your CD)

If the mounting of your CD-rom doesn't work, you can try and create an ISO image of your CD with, for example, CDBurnerXP and mount that image. Also see the installation manual of Tomb Raider in DOSBox.

Mounting an image (ISO, CUE, IMG)

There are several options to mount an image with DOSBox.
You can mount the ISO directly in DOSBox:

  • In this example, the ISO image game.iso is in c:games
  • In DOSBox, type imgmount e c:gamesgame.iso -t iso and press enter
  • In DOSBox, type e: and press enter to go to the image

You can also mount the ISO as a CD-ROM drive in your system and mount this CD-ROM drive in DOSBox:

  • Mount the image to your system with Virtual Clone Drive. In this example the virtual CD drive will be F:
  • In DOSBox, you mount the virtual F: drive as a normal CD drive in DOSBox with mount d f: -t cdrom and press enter
  • In DOSBox, type d: and press enter to go to the mounted image

More information about mounting an image is here.

Game

My games folder contains spaces

Game

If the folder name of your game has any spaces in it, you must enclose the path and folder name in quotation marks, i.e. 'd:DOS Games'. Otherwise you can not mount that folder.

What's wrong with mounting my C: drive?

Free Dos Games For Dosbox

It's perfectly possible to mount your entire C: drive in DOSBox with mount c c:, which means your entire C: drive will be available as C:. This is however not recommended to put it mildly. Because it also means that DOSBox has access to all your files, including your operating system files. DOSBox doesn't ask or warn you if you're about to delete entire directories, so you can seriously mess up your computer. Also, if you launch a DOS virus, it may be able to reach your system files and do some harm there. Or even worse, it starts low level formatting your hard drive. So, if you want to mount your C: drive, create a folder on it for your games and mount that folder, for example mount c c:gamesdos.

More information

Dosbox Game Launcher

More information on mounting drives in DOSBox here.