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

  1.                          SHSUCDHD Version 1.0
  2.                          CDCACHER Version 4.0
  3.                         (c) John H. McCoy, 1995
  4.                    Sam Houston St. Univ., TX 77341-2206
  5.  
  6. ******************************************************************************
  7.  
  8.                             Warning!!!!
  9.  
  10. Use at your own risk.  Both SHSUCDHD and CDCACHER use features of DOS
  11.     that are undocumented.
  12.  
  13. SHSUCDHD will not work with either Microsoft's or IBM's MSCDEX programs.
  14. Your system will crash if you try it.  MSCDEX trashes itself on an
  15. unexpected INT2F broadcast call that it should ignore.
  16.  
  17. ******************************************************************************
  18.  
  19. SHSUCDHD is an experimental CD rom driver which loads with the name SHSU-CDH
  20. and makes up to 5 CD ROM images which have been cached to hard disk appear as
  21. devices 0 through 4.
  22.  
  23. CDCACHER makes cached images of ISO9660 or High Seria format CD ROMS for use
  24. by either the network CD ROM server program SHSUSERV or the pseudo CD ROM
  25. driver SHSUCDHD.  CD ROMs are ususally large and it takes a while.  It will
  26. run in an OS2 DOS window while you do something else.
  27.  
  28. CDHD has been used under DOS 4.0 and later and WIN 3.1 on a non-networked
  29. system using cache files on the local drive, on a Novell client using VLMs
  30. with the cache files on a netware server and on a NT client with the cache
  31. files on a NT server.  It cannot be used to access cached images from a
  32. network on a Novell NET(x) shell client.  It may work with other networks
  33. which use a real mode re-director for network access but I have not tested it.
  34.  
  35. SHSUCDX must be used if a program requires the cdrom extensions.  CDHD will
  36. not work with either Microsoft's or IBM's MSCDEX.  It will crash the system.
  37.  
  38.  
  39. The command to run SHSUCDHD is:
  40.  
  41.    SHSUCDHD [/F:imagepathname1 [/F:imagepathname2 ...]] [/U] [/?]
  42.  
  43.      up to five cache image files may be specified
  44.  
  45.    example:  SHSUCDHD /F:.\CD.IMG
  46.              SHSUCDX /D:SHSU-CDH
  47.  
  48.      uses the cache file CD.IMG in the current directory and assigns it
  49.         the next available drive letter
  50.  
  51.    example:  SHSUCDHD /F:CD0.IMG  /F:N:\CD1.IMG
  52.              SHSUCDX /D:SHSU-CDH,E
  53.  
  54.      uses the cache file CD0.IMG in the current directory append path and
  55.         CD1.IMG from the N drive and assigns the next available drive letters
  56.         beginning with letter E ( probably E and F)
  57.  
  58.     example:  SHSUCDX /U
  59.               SHSUCDHD /U
  60.  
  61.         unloads SHSUCDX then SHSUCDHD from memory
  62.  
  63. The command to run CDCACHER is:
  64.  
  65.    CDCACHER [cd driver name] [/?]
  66.  
  67.       cd driver name is the name of the CD driver where the CD ROM being
  68.          cached is located.  If none is specified MSCD001 is assumed.
  69.          If the specified driver is not found the user is given the
  70.          opportunity to interactively edit the driver name.
  71.  
  72.     example:  CDCACHER
  73.  
  74.         starts CDCACHER using the default driver name MSCD001
  75.  
  76.     example:  CDCACHER SHSU-CDN
  77.  
  78.         starts CDCACHER using the driver name SHSU-CDN.
  79.  
  80.  
  81. To see if SHSUCDHD will work on your system.
  82.  
  83.    Unzip all files into the same directory.
  84.  
  85.    Run SHSUCDHD by entering SHSUCDHD /F:SHSUDRV1.IMG{Enter}
  86.  
  87.    Run SHSUCDX by entering SHSUCDX /D:SHSU-CDH and note the CD drive letter
  88.  
  89.    Run the HELLO program from the CD by entering drive:\HELLO\HELLO where
  90.       drive is the drive letter noted in the previous step
  91.  
  92.    If the above works, then unload SHSUCDX and SHSUCDHD.  Copy the cache image
  93.    file SHSUDRV1.IMG to your network file server.
  94.  
  95.    Run SHSUCDHD by entering CDHD /F:path\SHSUDRV1.IMG where path is the network path.
  96.  
  97.    Run SHSUCDX by entering SHSUCDX /D:SHSU-CDH and note the CD drive letter
  98.  
  99.    Run the HELLO program from the CD by entering drive:\HELLO\HELLO where
  100.       drive is the drive letter noted in the previous step
  101.  
  102.    If this works then SHSUCDHD is probably compatable with your system.  Use
  103.    CDCACHER to make cache images of your CD.
  104.  
  105.  
  106.  
  107. SHSUCDHD and CDCACHER are a copyright reserved, free use program.
  108.  
  109. Use at your own risk.
  110.  
  111. Time permitting, an attempt will be made to fix problems that are reported
  112.   to CSC_JHM@SHSU.EDU.
  113.  
  114. (c)John H. McCoy, 1995, Sam Houston St. Univ., TX 77341-2206