WIN98 CD boot IMG file, want to use to make a GHOST boot disk with SATA drivers.
Ask about adding drivers in config.sys.
In AUTOEXEC.BAT, wrote LH MSCDEX.EXE /D:MSCD000 /D:MSCD001 /D:MSCD002 /L:%CDROM%
Then in config.sys, add:
device=driver.sys /d:mscd000 /c0
device=driver.sys /d:mscd000 /c1
device=driver.sys /d:mscd000 /c2
1. Can I just write one line directly instead of three lines?
device=driver.sys /d:mscd000 /c0
2. Can I not use C0 and write L:%CDROM%
device=driver.sys /d:mscd000 /L:%CDROM%
3. Can C0 and /L:%CDROM% be used together?
device=driver.sys /d:mscd000 /L:%CDROM% /c0
Or device=driver.sys /d:mscd000 /c0 /L:%CDROM%
4. Will the above three questions cause problems when using?
[ Last edited by szcht on 2008-12-10 at 18:33 ]
Ask about adding drivers in config.sys.
In AUTOEXEC.BAT, wrote LH MSCDEX.EXE /D:MSCD000 /D:MSCD001 /D:MSCD002 /L:%CDROM%
Then in config.sys, add:
device=driver.sys /d:mscd000 /c0
device=driver.sys /d:mscd000 /c1
device=driver.sys /d:mscd000 /c2
1. Can I just write one line directly instead of three lines?
device=driver.sys /d:mscd000 /c0
2. Can I not use C0 and write L:%CDROM%
device=driver.sys /d:mscd000 /L:%CDROM%
3. Can C0 and /L:%CDROM% be used together?
device=driver.sys /d:mscd000 /L:%CDROM% /c0
Or device=driver.sys /d:mscd000 /c0 /L:%CDROM%
4. Will the above three questions cause problems when using?
[ Last edited by szcht on 2008-12-10 at 18:33 ]

