home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 198 / DOS6ALL.ZIP / Q95955 < prev    next >
Text File  |  1993-06-04  |  1KB  |  40 lines

  1. ARTICLE-ID:Q95955
  2. TITLE     :Configuring MSCDEX for Multiple CD-ROM Drives                 
  3.  
  4. --------------------------------------------------------------------
  5. The information in this article applies to:
  6.  
  7.  - Microsoft MS-DOS operating system version 6.0
  8. --------------------------------------------------------------------
  9.  
  10. Summary:
  11.  
  12. Microsoft CD-ROM Extensions (MSCDEX) can control multiple CD-ROM
  13. drives. To configure your system to do this, you must make some
  14. adjustments to the parameters on your CD-ROM driver in the CONFIG.SYS
  15. file and to the MSCDEX command in your AUTOEXEC.BAT file.
  16.  
  17. More Information:
  18.  
  19. MSCDEX uses the /D:MSCDxxx parameter to differentiate between the
  20. drives. For example, the following commands assign the Creative Labs
  21. CD-ROM driver (SBPCD.SYS) to drive m and the external CD-ROM
  22. (TSLCDR.SYS) to drive n:
  23.  
  24.    CONFIG.SYS File
  25.    ---------------
  26.  
  27.    device=c:\sbpro\sbpcd.sys /d:mscd001 /p:220
  28.    device=c:\scsi\tslcdr.sys /d:mscd000
  29.  
  30.    AUTOEXEC.BAT File
  31.    -----------------
  32.  
  33.    mscdex /d:mscd001 /l:m /d:mscd000 /l:n
  34.  
  35.  
  36. Note: Because MS-DOS treats CD-ROM drives like network drives, you can
  37. assign them to any available drive letter.
  38.  
  39. Additional reference words: 6.0
  40.