Link to home
Start Free TrialLog in
Avatar of lewis_loo
lewis_loo

asked on

CD-ROM driver

Where can I find the CD-ROM driver for 4x speed and My CD-ROM is produced by TORISAN? and I want the driver is run under DOS version
ASKER CERTIFIED SOLUTION
Avatar of cleblanc
cleblanc

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rmarotta
rmarotta

You can download a generic Torisan IDE driver here:

http://www.windrivers.com/scripts/drivers.asp?company=Sanyo

I hope it helps,
Ralph
Any comment?
well, if you now that your cdrom is ATAPI then you can use any kind of ATAPI cdrom driver. Just add the following command to your config.sys

device=c:\cdrom_driver.sys /d:mscd001

The driver must be placed the root directory.

and finally edit your autoexec.bat

mscdex /d:mscd001