Hi Silverbrain,
thanks for your response. Here is what is in my config.sys file:
DEVICE=HIMEM.SYS
BUFFERS=20
FILES=60
LASTDRIVE=Z
DEVICE=D011V110.SYS /D:OEMCDOO1
Now here are the contents of my autoexec.bat file:
MSCDEX.EXE /D:OEMCD001 /L:Z /M:10
@echo off
z:
cd \win95
oemsetup /k "a:drvcopy.inf"
It seems like the driver and reference you mentioned are there. What do you think?
Doubletap
Main Topics
Browse All Topics





by: SilverbrainPosted on 1999-01-25 at 10:55:50ID: 1761800
in your config.sys file there should be a reference to your cd rom drive something like this
device=c:\cdrom\cdrom.sys /d:mscd001
where cdrom.sys is the name of your cdrom driver.
then to correspond to this your autoexec.bat must reference the same cd your config.sys did. something like this
mscdex.exe /d:mscd001 /l:d
this will allow you access to your cdrom drive