Dosbox is the DOS emulator of choice for many enthusiasts who like to play the old DOS games like -Dave or -Skyroads. Dosbox is crossplatform, and works on Linux apart from BeOS and Mac OS X. To get the debian installer for Dosbox, go to boxdeb and get the RPM installation from.boxrpm, The wget command from the command line will work on the deb URL given above, but not on the RPM URL, An alternative is through the Add/Remove programs or Package/Software manager in your distribution, Using the package manager is a wise option, as this takes care of the dependencies automatically, instead of you manually fining the necessary libraries, Now start up Dosbox, Usually, it shows itself under the games menu, Now Dosbox works through the command line, so you will have to learn a few basic 'bos commands to operate Dosbox with ease,


md <directory name> : Makes a new directory
cd <directory name> : Changes the directory to the named directory cd Goes up one folder
exit: leave Dosbox
help: shows help
dir: list contents of a directory
dir/p: lists contents of a directory with a pause after every pagelength cIs: clears screen

Before you start playing games, you have to get a few POS games, DOS games are available online from several web sites. A good place to start. which aas an extensive listing of many DOS games available. Another good resource for DOS games is www.abandonia.com.This site has a lot of games that were once commercial games, but since then have been abandoned by the publishers, making them abandon ware. Don't think that all these games have a dated game play and bad VGA graphics. Not all of them are small either. GTA for example is over . a hundred MB download, and is a perfectly fun old school game.

Once a game is downloaded, unpack it -into a folder. Save all games in sub folders in a single folder, which will makes it easy to run these games from Dosbox. Now, when you start Dosbox, the default drive is Z:, which is just a drive that Dosbox uses to start off. You need to mount a virtual drive for you to emulate the games. To do this, type:

Name:  Using desktop to play DOS games.jpg
Views: 1736
Size:  49.6 KB

Mount C /home/username/games in the Dosbox terminal. Mount is the command to mount a specific drive, C is the drive let¬ter, which can be anything from A to Y within dosbox, and the rest of the text is the path to your games folder. Instead of typing in the entire path, you can also type in Mount C - / games. if your home folder has a games folder.

The most common error in this step is that the folder does not exist. Note that Dosbox does not work with folders with spaces in them, and gives occasional errors with folders that have a long name (more than 8 characters). So rename a folder like 'My Garnes' to 'MyGames'. Also make sure you have not entered Mount C -/home/username/games, because - stands for Ihome/username. Another thing to check is that you have to get the capitalisations exactly right. So, if the folder name is MyGames,. entering mygames will not work.

If you have entered the address properly, you should get a message like Drive C is mounted as local directory Ihome/username/games. Now type:
C:
This changes the drive from Z: to the mounted C:. The directo¬ry structure here is the same as the directories you can see in Ihome/username/games. To go to a specific game folder, type:
CD ddavevga
Now either type dave. exe, or just dave. That is it. You can now start playing the game.