My computer came with Win98 installed. It ahs no problem accessing the CD drive. But if I boot to DOS, the autoexec.bat/config.sys don’t have a command in them to start the CD driver.
How do I find out what that command should be?
My computer came with Win98 installed. It ahs no problem accessing the CD drive. But if I boot to DOS, the autoexec.bat/config.sys don’t have a command in them to start the CD driver.
How do I find out what that command should be?
If booting to real DOS and not safe mode DOS first make a boot disk using the Startup disk tab under Add/Remove programs applet in Control Panel. Copy the booting drivers from
the floppy to c:\ and copy the instructions in the autoexec.bat and config.sys on the floppy to your autoexec.bat and config.sys in c:\ on the hard drive. Change any instruction statements referencing “a:” path to “c:”. That should get you started.
You need an extra line in config.sys and autoexec.bat, on my machine they are like (resp.):
DEVICE = C:\BTCCDROM\BTCCDROM.SYS /D:MSCD001 /V
and
C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD001 /V
The locations, name of the .sys file, etc. will vary according to the driver for your CD-ROM. Note that the “MSCD001” part can be anything, they just have to be the same. If you need a generic driver off the net, look for “AOATAPI.SYS”
Another option is to make a Win98 startup disk (Start / Settings / Control Panel / Add/Remove Programs / Startup Disk). Using from this type of disk will give you the option of booting with CDROM support. Granted, it takes longer and does some things you don’t necessarily need–such as setting up a RAM disk and copying diagnostic files to it–but these can be purged from config.sys and autoexec.bat if you’re sufficiently ambitious (or annoyed).