The J-Man
Terugkerende gebruiker
- Lid geworden
- 29 jun 2001
- Berichten
- 2.988
Ik heb een DOS driver gevonden voor mijn cd-rom.
Het installeren is niet moeilijk , maar 1 ding snap ik niet.
En dat is de laatste regel:
Als ik dat doe dan werkt de DOS driver in DOS modus toch niet? Want eerst moet die REM weer weg toch?
Of?.....
Het installeren is niet moeilijk , maar 1 ding snap ik niet.
This is because when in windows you are using a windows cdrom driver and when in msdos mode you are needing a DOS cd-rom driver. If you are using Win98 - copy off the windows start-up disk the following files into the root directory (c:\). OAKCDROM.SYS and MSCDEX.EXE
Amend your autoexec.bat and config.sys as follows:
Add this line to your autoexec.bat file
MSCDEX.EXE /D:MSCD000
Add this line to your config.sys file
device=oakcdrom.sys /D:MSCD000
This should work with most IDE CDROMS but if it does not then you need to find the correct CDROM driver off the internet. You would then replace the OAKCDROM.SYS with your new file which would make the line read as follows:
device=correctdrv.sys /D:MSCD000
When you have finished in DOS, you may wish to REM out these lines as they are not required in windows.
En dat is de laatste regel:
When you have finished in DOS, you may wish to REM out these lines as they are not required in windows.
Als ik dat doe dan werkt de DOS driver in DOS modus toch niet? Want eerst moet die REM weer weg toch?
Of?.....
