home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Complet / FreeDOS / fdbootcd.iso / FREEDOS / PACKAGES / BASE / DISK04 / SHSUCDXX.ZIP / HELP / SHSUCDX.EN < prev   
Text File  |  2002-02-25  |  5KB  |  112 lines

  1.                           SHSUCDX (FDCDEX) Version 1.4b
  2.                       (c) John H. McCoy, October 2000
  3.                            csc_jhm@shsu.edu
  4.  
  5.      Version 1.4b fixed a problem with findfirst that caused a problem when
  6.         a program expected getting the volid would also set it up for
  7.         scanning the root directory with findnext.
  8.  
  9.      Version 1.4a changes the dos version check so that it will run under
  10.         Windows ME without having to use set ver.  ME Dos reports version 8.
  11.  
  12.      Version 1.4 increased the allowed length of directories from 64K bytes to
  13.         64K sectors (128 M bytes) to solve the problem of lost entries that
  14.         occurred when a directory exceeded 32 sectors.
  15.  
  16.                           SHSUCDX Version 1.1a
  17.                       (c) John H. McCoy, May 1996
  18.                    Sam Houston St. Univ., TX 77341-2206
  19.  
  20.      SHSUCDX is an un-loadable CD-ROM redirector substitute for MSCDEX.
  21.         Version 1.0 supports up to 10 CD drives.  Each drive is single
  22.         sector buffered and the last 10 directory entries are cached.
  23.         Hopefully, the directory function is finally fixed.  Lower case
  24.         characters in directory entries are now converted to upper case.
  25.         LC characters are not valid in ISO9660 directory entries but some
  26.         mastering programs put them in.  This change allows those files to
  27.         be accessed.  The BiblioID can now be read using INT 2F, 1504H.
  28.         The full 37 bytes of the Copyright and Abstract ID fields are now
  29.         returned.  Previously only the first 12 bytes were read.
  30.  
  31.         Approx 17K of RAM is needed to install SHSUCDX.  The resident size
  32.         for a single drive is less than 11K.  Each additional drive increases
  33.         the resident size by 2500 bytes.  Multiple drivers are supported.
  34.         The driver name, drive letter, drive unit and number of drives from
  35.         each driver can be specified on the command line.
  36.  
  37.         SHSUCDX does not attempt to read the CD ROM until an access request
  38.         is made.  Thus, the CD drive does not have to be ready when the
  39.         redirector is loaded.  If more than 7 seconds elapse between access
  40.         requests a media check is made.  The buffers and cache are flushed
  41.         and the CD is re-read only if the driver reports a media change.
  42.  
  43.         When SHSUCDX unloads it marks the drives it used as invalid.
  44.  
  45.      SHSUCDX has been run with MS-DOS 4, 5, 6 and 7 stand-alone, under
  46.         Windows 3.1, and in a specific DOS window under OS2.
  47.  
  48.      A CD-ROM driver which supports the CD-ROM extensions must be loaded
  49.         before loading SHSUCDX.  By default, SHSUCDX looks for a driver
  50.         named SHSU-CDN.
  51.  
  52.      usage:  SHSUCDX [/D:DriverName[,[Drive][,[Unit][,[MaxDrives]]]]]
  53.  
  54.         DriverName  1 to 8 characters.
  55.         Drive       First drive letter to assign to drives attached to
  56.                        this driver.
  57.         Unit        First drive unit on this driver to be assigned to a
  58.                        drive letter.  (Allowed range 0 to 99)
  59.         MaxDrives   Maximum number of drives on this driver that are to
  60.                        be assigned to drive letters.
  61.  
  62.         Note:  The drive letter assigned to units of a second driver will
  63.           always be higher than those assigned to the first driver and
  64.           those assigned to a third driver will be higher than those
  65.           assigned to the second.
  66.  
  67.         example: SHSUCDX
  68.  
  69.         SHSUCDX finds the first available drive letter and assigns it
  70.         to device unit 0 of the default driver SHSU-CDN.  If there is a
  71.         second and/or third CD drive they are assigned to the next avail-
  72.         able letters in sequence.  Drive letters in use are skipped.  The
  73.         first CD supported by a driver is device unit 0 regardless of its
  74.         SCSI address.
  75.  
  76.         example: SHSUCDX /D:CD001,F,,1  /D:SHSU-CDN,,1
  77.  
  78.         SHSUCDX assigns drive F to device unit 0 of the driver CD001.
  79.         Units 1 and 2 of driver SHSU-CDN are then assigned to the next
  80.         available letters.
  81.  
  82.         example: SHSUCDX /D:CD001,,1,1  /D:CD001,,4,1
  83.  
  84.         SHSUCDX assigns the first available drive letter to device unit 1
  85.         of the driver CD001 and drive unit 4 to the next.  This allows
  86.         access to non-contiguous drive units without having to support
  87.         un-needed units.
  88.  
  89.      unload: SHSUCDX [-u|/u]
  90.  
  91.      The following INT 2F, 15h functions are supported:
  92.  
  93.         00      Get number of CD-ROM drives
  94.         01      Get CD-ROM drive device list
  95.         02      Get Copyright File ID
  96.         03      Get Abstract File ID
  97.         04      Get Bibliographic File ID
  98.         05      Read VTOC (1st only)
  99.         08      Absolute disk read
  100.         0B      CDROM drive check
  101.         0C      MSCDEX version
  102.         0D      Get CD-ROM drive letters
  103.         0F      Get directory Entry
  104.         10      Send device request
  105.  
  106.  
  107. Time permitting, an attempt will be made to fix problems that are reported
  108.   to CSC_JHM@SHSU.EDU.
  109.  
  110. SHSUCDX is a copyright reserved, free use program.
  111.  
  112. (c)John H. McCoy, 1994, 1995, 1996 Sam Houston St. Univ., TX 77341-2206