 Diskette:   MCD-ROM 650 /E
 Part #:     DK0068 ( 3.5" diskette  )
 Release:    2.10
 Date:       April 06, 1995
 Volume:     CD_DRV_PTI	    

 Diskette contents:
 ------------------

        MSCDEX.EXE      - Microsoft CD-ROM Extensions driver
        PROCD.EXE       - DOS CD-ROM driver
        CDINST.EXE      - CD-ROM installation utility
        PLAYCD.EXE      - DOS audio CD player utility
        README          - This file
        README.EXE      - README file viewer utility


 NOTE:  The PROCD.EXE driver has been upgraded to support multisession
        Photo CD.

                          DEVICE DRIVER INSTALLATION
                          ==========================

 Power on the computer system and all the CD-ROM drives attached.  Allow
 the system to boot to the DOS prompt.  Insert the installation diskette
 into drive A and type:

    A:           <ENTER>
    CDINST       <ENTER> 

 When installation is complete, remove the installation diskette from drive
 A and reboot by pressing <<Ctrl-Alt-Del>>.
							
 NOTE: If you have a monochrome monitor and you experience problems 
 viewing the windows during installation, exit the program by pressing
 the ESC key several times until you return to the DOS prompt.  At the A
 prompt type,

    CDINST /M    <ENTER>

                               TROUBLE SHOOTING
                          ==========================
          
 If a problem occurs during installation, or normal operation of the
 CD-ROM unit, do the following to verify that the unit is operating 
 correctly:

 Insert your installation diskette into drive A and type,

    A:           <ENTER>
    PROCD NOP V  <ENTER>
              
 The " NOP V " option displays the list of the CD-ROM unit(s) 
 installed.  If this list does not include all the CD-ROM drive(s) 
 installed, power off your system and refer to your CD-ROM manual 
 for hardware instructions.

                           CD-ROM DRIVES SUPPORTED
                          ==========================

 The following is a list of all the CD-ROM drives currently supported 
 by the ProCD driver:

  NEC CDR-510.
  SONY CDU-541.
  SONY CDU-561.
  SONY CDU-55S.
  TOSHIBA XM-3301.
  TOSHIBA XM-3401.
  TOSHIBA XM-4101.
  TOSHIBA XM-3501.
  TOSHIBA XM-5201.
  PLEXTOR PX-43CS.
  PROCOM TECHNOLOGY MCDROM 650/E.
  PROCOM TECHNOLOGY MCD-DS.
  PROCOM TECHNOLOGY SXCDS.
  PROCOM TECHNOLOGY SICDS.
  PROCOM TECHNOLOGY SICD-DS.
  PROCOM TECHNOLOGY SICDN-3X
  PROCOM TECHNOLOGY SXCDN-3X
  PROCOM TECHNOLOGY MCDN-3X

                          PROCD.EXE COMMAND LINE OPTIONS
                          ==============================
 PROCD.EXE (<General> [<GlobalLoadOptions>] [<DriveLoadOptions> ...]) |
           <InfoOptions>

 InfoOptions: (?|H|HELP) | (M|MODULES) | (S|STATUS)

 General: [NOP] [(V|VERBOSE) | (Q|QUIET)] [D:<DriverName>] [MWIN]

 LoadOptions: [NA|NOAUDIO|DO|DATAONLY] [ND|NODATA|AO|AUDIOONLY]
              [LD|DATA] [LA|AUDIO]

 GlobalLoadOptions: <LoadOptions>

 DriveLoadOptions: (U|UNIT) <UnitNum> <LoadOptions>

 Evaluation order is left to right.
  []: Optional             |:  Or
  (): Grouping             <>: Substitute

 Info Options: 
 =============

 InfoOptions: (?|H|HELP) | (M|MODULES) | (S|STATUS)

 These options do not install ProCD.

  ?      Displays the syntax information for ProCD.

  M      Displays the List of all the modules and the CD-ROM drives 
         supported by each module.

  S      Displays status of ProCD currently loaded in memory.

 General Options:
 ================

 General: [NOP] [(V|VERBOSE) | (Q|QUIET)] [D:<DriverName>] [MWIN]

  NOP     No operation flag.  When this flag is set, ProCD will go through 
          all the motions of loading, but it does not actually install   
          itself.  This is useful with the VERBOSE option for listing the
          CD-ROM units installed. 

  V       Verbose option.  This option displays detailed information about 
          the loading process.

  Q       Displays only the sign-on message during loading.

  D:DriverName
          ProCD's device driver name to be used by MSCDEX.  This is the same 
          name that must be used when loading MSCDEX.  If you need to change
          the device driver name, you must specify the new name here.  
          Changing the name is only necessary if there is already a device
          driver loaded with that name.  The recommended device driver name
          is MSCD001 for the first CD-ROM device driver, MSCD002 for the 
          second, and so on.  The default device driver name for ProCD is
          MSCD001.

  MWIN    If you experience problems with Microsoft's MUSICBOX, enable this 
          option.

 Load Options:
 =============

 LoadOptions: [NA|NOAUDIO|DO|DATAONLY] [ND|NODATA|AO|AUDIOONLY]
              [LD|DATA] [LA|AUDIO]

  NA      Do NOT load audio module (used to save memory). You will not be 
          able to play audio if you use this option.  This option does
          not affect loading of data modules.

  ND      Do NOT load data module (used to save memory). You will not be 
          able to access any data if you use this option.  This option
          does not affect loading of audio modules.

  LD      Load data module. This option does not affect loading of audio
          modules.

  LA      Load audio module.  This option does not affect loading of data 
          modules.

 Global Load Option:
 ===================

 GlobalLoadOptions: <LoadOptions>

 The Global Load Options consists of all the load options specified above.
 Global Load Options will affect all the CD-ROM drives supported by ProCD.
 Each CD-ROM drive may modify the Global Load Options by using the Drive
 Load Options.  Default Global Load Option is LD LA.

  NA      Do NOT load audio module (used to save memory). You will not be 
          able to play audio if you use this option.  This option, specified
          as a Global Load Option, will not load audio modules for any
          CD-ROM drives. 

  ND      Do NOT load data module (used to save memory). This option,
          specified as a Global Load Option, will not load data modules
          for any CD-ROM drives.

  LD      Load data module. This option, specified as a Global Load Option, 
          will load data modules for all CD-ROM drives.

  LA      Load audio module.  This option, specified as a Global Load Option,
          will load audio modules for all CD-ROM drives.

 Drive Load Options:
 ===================

 DriveLoadOptions: (U|UNIT) <UnitNum> <LoadOptions>

  U       This option must be immediately followed by an integer <UnitNum>
          specifying the unit number of the CD-ROM drive assigned by ProCD.
          Unit numbers are base 0 index.  For example, unit 0 is the first
          CD-ROM drive, unit 1 is the second CD-ROM drive, and so on.

  NA      Do NOT load audio module (used to save memory). This option, 
          specified as a Drive Load Option, will disable the audio module
          for the indicated CD-ROM drives (DO has the same function). 

  ND      Do NOT load data module (used to save memory). This option,
          specified as a Drive Load Option, will disable the data module
          for the indicated CD-ROM drives (AO has the same function).

  LD      Load data module. This option, specified as a Drive Load Option, 
          will load the data module for the indicated CD-ROM drives.  This
          option does not affect loading of audio modules.

  LA      Load audio module.  This option, specified as a Drive Load Option,
          will load the audio module for the indicated CD-ROM drives.  
          This option does not affect loading of data modules.

  **************************************************************************

     Microsoft is a registered trademark of Microsoft Corporation.



