home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / SHSUCD11.ZIP / README.CDX < prev    next >
Encoding:
Text File  |  1995-12-07  |  4.1 KB  |  92 lines

  1.                           SHSUCDX Version 1.0
  2.                       (c) John H. McCoy, December 1995
  3.                    Sam Houston St. Univ., TX 77341-2206
  4.  
  5.      SHSUCDX is an un-loadable CD-ROM redirector substitute for MSCDEX.
  6.         Version 1.0 supports up to 10 CD drives.  Each drive is single
  7.         sector buffered and the last 10 directory entries are cached.
  8.         This version fixes an incompatability with Netware VLM client,
  9.         ignores associative files on MAC compatable disks and fixes a
  10.         directory problem involving some CDs created on Unix systems.
  11.  
  12.         Approx 17K of RAM is needed to install SHSUCDX.  The resident size
  13.         for a single drive is less than 11K.  Each additional drive increases
  14.         the resident size by 2500 bytes.  Multiple drivers are supported.
  15.         The driver name, drive letter, drive unit and number of drives from
  16.         each driver can be specified on the command line.
  17.  
  18.         SHSUCDX does not attempt to read the CD ROM until an access request
  19.         is made.  Thus, the CD drive does not have to be ready when the
  20.         redirector is loaded.  If more than 7 seconds elapse between access
  21.         requests a media check is made.  The buffers and cache are flushed
  22.         and the CD is re-read only if the driver reports a media change.
  23.  
  24.         When SHSUCDX unloads it marks the drives it used as invalid.
  25.  
  26.      SHSUCDX has been run with MS-DOS 4, 5, 6 and 7 stand-alone, under
  27.         Windows 3.1, and in a specific DOS window under OS2.
  28.  
  29.      A CD-ROM driver which supports the CD-ROM extensions must be loaded
  30.         before loading SHSUCDX.  By default, SHSUCDX looks for a driver
  31.         named SHSU-CDN.
  32.  
  33.      usage:  SHSUCDX [/D:DriverName[,[Drive][,[Unit][,[MaxDrives]]]]]
  34.  
  35.         DriverName  1 to 8 characters.
  36.         Drive       First drive letter to assign to drives attached to
  37.                        this driver.
  38.         Unit        First drive unit on this driver to be assigned to a
  39.                        drive letter.  (Allowed range 0 to 99)
  40.         MaxDrives   Maximum number of drives on this driver that are to
  41.                        be assigned to drive letters.
  42.  
  43.         Note:  The drive letter assigned to units of a second driver will
  44.           always be higher than those assigned to the first driver and
  45.           those assigned to a third driver will be higher than those
  46.           assigned to the second.
  47.  
  48.         example: SHSUCDX
  49.  
  50.         SHSUCDX finds the first available drive letter and assigns it
  51.         to device unit 0 of the default driver SHSU-CDN.  If there is a
  52.         second and/or third CD drive they are assigned to the next avail-
  53.         able letters in sequence.  Drive letters in use are skipped.  The
  54.         first CD supported by a driver is device unit 0 regardless of its
  55.         SCSI address.
  56.  
  57.         example: SHSUCDX /D:CD001,F,,1  /D:SHSU-CDN,,1
  58.  
  59.         SHSUCDX assigns drive F to device unit 0 of the driver CD001.
  60.         Units 1 and 2 of driver SHSU-CDN are then assigned to the next
  61.         available letters.
  62.  
  63.         example: SHSUCDX /D:CD001,,1,1  /D:CD001,,4,1
  64.  
  65.         SHSUCDX assigns the first available drive letter to device unit 1
  66.         of the driver CD001 and drive unit 4 to the next.  This allows
  67.         access to non-contiguous drive units without having to support
  68.         un-needed units.
  69.  
  70.      unload: SHSUCDX [-u|/u]
  71.  
  72.      The following INT 2F, 15h functions are supported:
  73.  
  74.         00      Get number of CD-ROM drives
  75.         01      Get CD-ROM drive device list
  76.         02      Get Copyright File Name
  77.         03      Get Abstract File Name
  78.         05      Read VTOC (1st only)
  79.         08      Absolute disk read
  80.         0B      CDROM drive check
  81.         0C      MSCDEX version
  82.         0D      Get CD-ROM drive letters
  83.         0F      Get directory Entry
  84.         10      Send device request
  85.  
  86.  
  87. Time permitting, an attempt will be made to fix problems that are reported
  88.   to CSC_JHM@SHSU.EDU.
  89.  
  90. SHSUCDX is a copyright reserved, free use program.
  91.  
  92. (c)John H. McCoy, 1994, 1995, Sam Houston St. Univ., TX 77341-2206