View Single Post
Old 03-12-2004, 07:14 PM   #10
Rogue
10 GOSUB Abandonia
20 GOTO 10
 
Rogue's Avatar

 
Join Date: Nov 2004
Location: Afrim, Albania
Posts: 2,113
Default

Ok, let’s do it step by step.

On my computer I have a folder called CDrive that I mount as C drive in DOSBox.

Quote:
To mount C:\DOS\CDrive as C drive in Dos box do this:

open DOSBox.conf

and at the bottom of this file, right bellow [autoexec] type this:
Code:
mount C "C:\DOS\CDrive"
C:
CLS
This way you don't have to mount anything every time you start DOSBox
In that folder I downloaded Little Divil.

After download is completed, using WinZip I extracted it in the folder LD.

I opened DOSBox and in C: prompt typed:

cd ld
install


after nice intro, I changed To: path to c:\LDivil

Then I waited for installation to finish (got another cup of coffee LOL )

Then I typed

cd \
cd ld
setup

then I set audio for the game (Sound Blaster)
save setup
exit

Open LDivil directory in your windows, edit game.bat and make sure it says like this:

Code:
@ECHO OFF
DIVIL C:\LDivil\
If no, change it, so it's like this!

In the DOSBox type game and game will start

Was that hard? (just joking, at first I got error about directory, that is why there is game.bat in archive)


Later I deleted LD directory (when you close DOSBox) and zip archive, as they are not needed. (Or you can move them in separate directory for archived games)
Rogue is offline                         Send a private message to Rogue
Reply With Quote