CD-ROM Home CD-ROM Emulation Files Contact

CD-ROM emulation in MS-DOS

This short document will guide you through the steps needed to configure a virtual CD-ROM drive on your DOS computer. This will let you run games that normally require a CD-ROM, even on computers that do not have a physical CD-ROM drive installed.

As a result, your games will run much faster, and you will not need to change CD's and cause undue wear on them. There is one drawback though. If the game relies on CD-Audio, you will not be able to hear the background music. If you know of a way or a workaround to enable CD-Audio, I'd like to know! :) Thanks.


Step 1 - Download the BCD utility

Step 2 - Copy files from the CD

In this example we copy the files from D: (physical, REAL CD-ROM) to C: inside the directory CC-GDI.

C:
CD\
MD C:\CC-GDI
XCOPY D:\ C:\CC-GDI /S /H

Step 3 - Assign drive letter for CD files and emulate CD drive

SUBST E: C:\CC-GDI
BCD E: /n:1 /l:"GDI"
SUBST E: C:\CD1
SUBST F: C:\CD2
BCD E: /n:2 /l1:"CD1" /l2:"CD2"

Step 4 - Install game

Resources

CD-ROM Emulation Files Program downloads for emulating CD-ROM drives in DOS.

About this site

Resources on this site are provided as-is. I do not guarantee that the information is accurate and/or that the software will work as expected in your case. As such, I cannot be held responsible or liable for any damage(s) caused either directly or indirectly by using any resources or information on this site. That said, I've made every effort to make sure the information and resources provided on this site are as accurate as possible.