" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#008000" VLINK="004000" ALINK="#00C000">

                         PTSCDEX.COM Driver

Purpose: File system support for CD-ROM disks (ISO9669) in presence of
         hardware driver.

Syntax:  [drive:][path]PTSCDEX.COM [/D:driver] ... [/L:letter] [/C:size]

Description:

     This driver is used to access to files stored at CD-ROM disks.
     Typical usage of the driver in CONFIG.SYS is the following:

        DEVICEHIGH  = C:\CD\ATAPICD.SYS /D:PTSCD001
        INSTALLHIGH = C:\PTSDOS\PTSCDEX.COM /D:PTSCD001 /L:S /C:2048

     The first line installs hardware driver of CD-ROM drive (which is
usually supported with CD-ROM drive) with PTSCD001 name.  The second one
installs CD-ROM file system support.

Parameters:

/D:driver  specifies the name of the CD-ROM hardware driver (this name may
           be arbitrary but the same as the name of the hardware driver).
/L:letter  specifies the letter of logical DOS drive assigned to the first
           hardware driver.
/C:size    cache size (in KBytes).