Using Multiple CD-ROM Drives on One Machine

Last reviewed: May 8, 1995
Article ID: Q82469
The information in this article applies to:
  • Microsoft Windows operating system versions 3.0, 3.0a, 3.1, 3.11

SUMMARY

By default, Microsoft Windows does not support using two CD-ROM drives to play CD Audio. However, by making a change to the SYSTEM.INI file, you can enable Windows to support using two CD-ROM drives to play CD Audio.

MORE INFORMATION

To enable support for two CD-ROM drives, use a text editor (for example, Notepad) to edit your SYSTEM.INI file as follows:

Under the [mci] section, which appears as

   [mci]
   CDAudio=mcicda.drv

add the line

   CDAudio1=mcicda.drv

The edited section should appears as follows:

   [mci]
   CDAudio=mcicda.drv
   CDAudio1=mcicda.drv1

This change enables drives that require the same driver, as well as those that require different drivers.

When you run Media Player, you should have two entries in the devices menu. You can select between the two entries to access your CD-ROM drives.


KBCategory: kbmm kbenv
KBSubcategory: win30 win31
Additional reference words: 3.10 3.00a 3.0a 3.00 3.0 CD ROM cd-audio 3.11


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 8, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.