View Single Post
Old 16-06-2008, 07:44 AM   #2
Scatty
Treasure hunter
 
Scatty's Avatar

 
Join Date: Jan 2006
Location: Diktel Bazar, Nepal
Posts: 1,906
Default

Did you try to mount your hard drive and CD-Rom in DosBox and to install the game to your hard drive? Something like that below should do:

mount c c:\ (your hard drive)
mount d d:\ -t cdrom (the CD-Rom)
d:
(command to install the game, often install.exe)


Then, after the game is installed, usually the configuration program starts where you can set up the sound, memory etc. After that you can add the following lines under the [autoexec] section of dosbox.conf to run the game always you start DosBox, or just type them in DosBox each time if you prefer:

mount c c:\
c:
cd (game folder)
(game folder is where you installed the game)
(command to run the game)
Scatty is offline                         Send a private message to Scatty
Reply With Quote