|
Answer» I am trying to get DOS to mound a cdrom drive with a drive letter in the config.sys so that i can load further drivers from the CD is there ANYWAY i can do this, i have tried to do it in the AUTOEXEC.bat but this loads after the drivers would in the config.sys
any help apriciated, MarkMSCDEX provides access to CD-ROM drives and is loaded in the autoexec.bat file. In the config.sys file you have to load the drivers that came with your CD drive.
Ex:
in CONFIG.SYS: device=c:\devices\cdromdrv.sys /d:mscd000 in AUTOEXEC: c:\dos\mscdex /d:mscd000
the d: switch names must match or else it won't work.
Why not COPY the drivers on your CD to the hard disk and load them from there in the config file?this is being used on a CD i need to load the cdrom drivers from the emulated floppy disk on the same cdbefore i load the network drivers(they are located on a cd but cannot be seen on the cd because the cdrom has not been mounted)
I had tried to put it in the config.sys as this loads before the autoexec.bat (using the INSTALL command) although in the config.sys loads all the "DEVICE" commands Before the "INSTALL", is there any way to program it to load
"device=oakcdrom.sys /D:mscd001 INSTALL=A:\MSCDEX.EXE /D:mscd001"
before loading
"DEVICE=\B57\protman.dos /I:A:\B57 DEVICE=\B57\Ntsts.dos DEVICE=\B57\B57.dos DEVICE=A:\NET\DLSHELP.SYS"The best I could come up with is that MSCDEX can only be loaded from the autoexec.bat file or from the command prompt.
I even CHECKED my PC DOS 7 manual (brown with age but still readable).
This is quite a dilemma. Maybe someone else can post a solution for you.
look on page 16 topic Making a dos BootCD, I hope it wil help. had kind of the same problem.
|