home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / CDROM's / NEC / IDE / nec-ide.exe / README.TXT < prev   
Text File  |  1996-01-03  |  1KB  |  37 lines

  1.  
  2.      This driver will play CD's with more than 15 tracks.
  3.  
  4.      Make a directory on your C: DRIVE called "CDROM" (without the qoutes).
  5.      
  6.         MD C:\CDROM
  7.      
  8.      Copy the file "NEC_IDE.SYS" (without quotes) from the drive to which you 
  9.      expanded the cdrom driver file to the directory created in the previous 
  10.      step.
  11.      
  12.         COPY A:\NEC_IDE.SYS C:\CDROM
  13.      
  14.      Make the following changes to the AUTOEXEC.BAT and CONFIG.SYS files.
  15.      
  16.      To AUTOEXEC.BAT, add the following line:
  17.      
  18.         C:\DOS\MSCDEX.EXE /D:MSCD001 /M:10 /L:D
  19.  
  20.         For Windows95 add this line:
  21.         C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD001 /M:10 /L:D
  22.      
  23.      (This line assumes your MSCDEX.EXE file is in your DOS directory and 
  24.      that you are designating the cdrom drive as the D: drive.  If you 
  25.      need to designate the drive with a different drive letter, substitute 
  26.      the necessary letter for the "D" in /L:D, e.g., /L:X to designate the 
  27.      drive as the X: drive)
  28.      
  29.      To CONFIG.SYS, add the following line:
  30.      
  31.         DEVICE=C:\CDROM\NEC_IDE.SYS /D:MSCD001 /N:1 /M:S /P:1F0S /I:15
  32.      
  33.      (If you have a network card that requires the use of IRQ 15, modify the 
  34.      above line to read /I:14 to dedicate IRQ 14 to the cdrom.)
  35.      
  36.      Reboot the system after making and then saving the above changes.
  37.