+ Cd driver?

Post problems with getting games installed and running properly here.
Locked
Royi Levy

+ Cd driver?

Post by Royi Levy »

I am unbale to load a cd driver in Ms-dos modes outside of thw windows operating system. could some of you tel me, what lines should add to autoexec.bat and config.sys in order for Ms-dos mode to recognize m cd driver and register a specification for it?
User avatar
procerus
Expert
Expert
Posts: 187
Joined: Mon Sep 16, 2002 3:27 pm

Post by procerus »

Hi Royi,

I'll do my best but you'll have to bear with me. I've just been discharged from hospital after an operation and I'm not feeling too bright. :(

You need a CD-ROM DOS driver. One may have come with your CD-ROM drive. If it didn't or you can't find it then download vide-cdd.sys from -
http://www.bgdf.com/darkehorse/PC/DOS/D ... ndex.shtml

Put it in your Windows folder.

The best way to set up the autoexec.bat and config.sys, if you're running Windows 95 or 98 is to right-click the program concerned within Windows. Select "Create shortcut" from the menu that appears. Then right-click the shortcut and select Properties, then Program and then Advanced. Put a check in MS-DOS Mode and put a check in Specify a new MS-DOS configuration. Then fill in the autoexec.bat and config.sys as required.

The above process creates a Windows shortcut that, when you double-click it, will drop you out of Windows to full DOS mode (rebooting the machine to unload Windows) and then, when you exit the game, the system will reboot back into Windows. If ever you get stuck at the DOS prompt outside of Windows then type - "win /w" and hit enter.

The lines you require for a CD-ROM driver (assuming you use vide-cdd.sys) are -

config.sys-
DEVICEHIGH=C:\WINDOWS\VIDE-CDD.SYS /D:MYCD-ROM

autoexec.bat-
LOADHIGH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MYCD-ROM /M:15

Note that MSCDEX is quite big and takes up a lot of DOS memory. It is best to load it high so the usual Himem.sys and Emm386.exe lines are necessary in the config.sys.

Post again if this isn't any help.
<CENTER><A HREF="http://www.litepc.com/index.html"><IMG SRC="http://www.procerus.btinternet.co.uk/98 ... A></CENTER>
<CENTER>with <FONT COLOR=FF0000><B>629K</B></FONT> of free conventional memory in full DOS mode using QEMM 9.0<BR>(or 628K with <A HREF="http://www.uwe-sieber.de/umbpci_e.html">UMBPCI.SYS</A> providing real mode for <A HREF="http://members.aol.com/axcel216/speed.htm">FastVid</A>) with SmartDrive, CD-ROM,
<A HREF="http://cutemouse.sourceforge.net/">CuteMouse</A>, sound support and <A HREF="http://home.student.utwente.nl/r.muller ... Refresh</A> all loaded high.</CENTER>
Locked