home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / misc / scache.zip / SCACHE.DOC next >
Text File  |  1984-09-01  |  2KB  |  68 lines

  1.                       SPEED CACHE 4.25B - Disk Cache Utility
  2.                               for the DEC Rainbow
  3.  
  4. Speed Cache is a TSR program. As such it can be installed at any time
  5. including automatically in your AUTOEXEC.BAT file if desired. To install,
  6. use the following lines:
  7.  
  8.         MEDIACHK OFF
  9.                 (recommended if caching RX50 drives)
  10.  
  11.         SCACHE xxx [options]
  12.                 (Where xxx is desired cache size in Kbytes and
  13.                   [options] represents one or more of the options
  14.                   listed below)
  15.  
  16. Speed Cache can also be installed from the command line with
  17. SCACHE xxx [options]. xxx should be a mulitple of 16K or it will be rounded
  18. up to be a multiple of 16K. Speed Cache will always reserve 128K of RAM for
  19. applications. Don't be afraid to make your cache sixe as large as possible.
  20. If you have 896K on your system and a program that only requires 256K for 
  21. itself, you can set Speed Cache for 640K with no danger of running out of 
  22. memory. Help can be accessed by typing SCACHE H or SCACHE ?.
  23.  
  24. OPTIONS:
  25.  
  26.         The following can only be used at time of installation:
  27.  
  28.         L (default) = instructs Speed Cache to link to the drive
  29.  
  30.        -L = tells SC not to link to drive
  31.  
  32.         The following can only be used once SC is installed:
  33.  
  34.         S = display status of the cache
  35.  
  36.         U = uninstall Speed Cache (turn off TSR)
  37.  
  38.         F = flush the cache of all data sectors and statistical info on
  39.             the designated drive
  40.  
  41.         R = reset entire cache
  42.  
  43.         The following can be used during or after installation:
  44.  
  45.         A = cache to activate or reactivate drives
  46.  
  47.        -A (default) = deactivate drives
  48.  
  49.         O (default) = enables caching of the drive
  50.  
  51.        -O = inhibits caching of and ADDITIONAL sector of the drive
  52.  
  53.         C (default) = check for change of media for the drive
  54.         
  55.        -C (default for hard drives only) = no check for media change  
  56.  
  57.         P = tells SC to write protect the RAMDRIVE
  58.  
  59.        -P (default) = no write protect
  60.  
  61.         W = become a write-through cache
  62.  
  63.        -W (default) = cache to read data only
  64.  
  65.         G=n instructs cache to allow group sector reads no greater than
  66.             "n" to be cached. The default for n is 128.
  67.  
  68.