DOSBOX RUN DOS APPLICATIONS AND GAMES IN UBUNTU LINUX
After Installation you can make a folder xxxxx in your home directory
(eg: $ mkdir mydos)
copy your favorite dos programs and games like Turboc, dave, digger etc in this directory
Now you can run dosbox by typing dosbox in a terminal or
by select it from menu
In Z prompt type the following
(in my case my dos files are in /home/xxx/mydos )
Now You are ready for running your dos programms
Z:\> c: ( change drive to c:)
Z:\>dir (this will list your dos files placed in /home/xxx/mydos)
if ther is our old famous digger game
Z:\>digger and Enjoy it.
$ sudo apt-get install dosbox(Your can use Synaptic Package Manager and search for dosbox)
After Installation you can make a folder xxxxx in your home directory
(eg: $ mkdir mydos)
copy your favorite dos programs and games like Turboc, dave, digger etc in this directory
Now you can run dosbox by typing dosbox in a terminal or
by select it from menu
$ doxboxYou will get a small dos window with Z:\> prompt
In Z prompt type the following
Z:\>mount c /home/xxx/mydosThis command for mounting your dos directory to C Drive
(in my case my dos files are in /home/xxx/mydos )
Now You are ready for running your dos programms
Z:\> c: ( change drive to c:)
Z:\>dir (this will list your dos files placed in /home/xxx/mydos)
if ther is our old famous digger game
Z:\>digger and Enjoy it.
Comments