DOSBox also comes with its own DOS-like command prompt. It is still quite rudimentary and lacks many of the features found in MS-DOS, but it is sufficient for installing and running most DOS games.
[More Info]
Make sure that the driver to your 3D graphic card is proper installed and working.
To make Dosbox work on 64bit the 32bit layer libs needs to be installed. Open the terminal and type;
Code:
sudo apt-get update && sudo apt-get upgrade sudo apt-get install libsdl-sound1.2 libsdl-net1.2 libsdl-image1.2 sudo apt-get install ia32-libs ia32-sun-java6-bin sun-java6-fonts sun-java6-bin
mkdir -p ~/.dosbox/Launcher cd ~/Desktop wget http://members.quicknet.nl/blankendaalr/dbgl/download/dbgl069_64bit.tar.gz tar zxfv dbgl069_64bit.tar.gz -C ~/.dosbox/Launcher

cd ~/Desktop mv dosboxgui.png ~/.dosbox/Launcher alacarte
Name: Dosbox Game Launcher
Command: sh -c "cd ~/.dosbox/Launcher && ./dbgl"
Comment: Dosbox with Game Launcher. An application to run dos programs and games.
Icon: ~/.dosbox/Launcher/dosboxgui.png
Enjoy!