Reply 20 of 25, by Dominus
- Rank
- DOSBox Moderator
I will give you another shot at step by step instructions:
first delete c:\blood again and never ever make this directory again.
Then follow these instructions:
# Create a folder for your game in your My Documents folder - "C:\Documents and Settings\your-user-name\My Documents\DOSBox stuff\MyGame". (your-user-name should really be the name of your user in Windows)
# Insert the CD with the game in your CD/DVD drive.
# Start DOSBox.
# In DOSBox, tell DOSBox which of your real folders and real drives to use as the emulated DOS drives C: and D:
Z:\>mount C "C:\Documents and Settings\your-user-name\My Documents\DOSBox stuff\MyGame"
Drive C is mounted as local directory C:\Documents and Settings\your-user-name\My Documents\DOSBox stuff\MyGame
Z:\>mount D "D:\" -t cdrom
MSCDEX installed.
Drive D is mounted as CDRom D:\
Z:\>C:
C:\>
Switch to the D: drive and install the game (to C:)
C:\>D:
Have a look at the files with the dir command, and see if you can spot an install or and a setup program or whatever the command to start the installation is called. Check your Manual/Installation Guide for MyGame for the exact command to use.
D:\>dir /w
D:\>install
tell me how far you got with these instructions. Remember to always use these mount commands...