home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / mar94 / util / misc / flush.lha / Flush / README < prev    next >
Text File  |  1994-01-14  |  1KB  |  56 lines

  1.  
  2. Flush
  3. ~~~~~
  4. This program flushes unused libraries,devices and fonts from RAM. 
  5. Options include reporting on which did and didn't get flushed, selection
  6. of either devices/libraries/fonts, report mode only, and announcing
  7. amount of memory regained. It runs from the CLI and under AmigaDOS 2.04+.
  8.  
  9. Objects deemed flushable are those with a zero-user count. Note that
  10. not every Object will flush itself (eg diskfont.library).
  11.  
  12. This is Version 1.2 and is freeware. C-source included; compiles
  13. under SAS/C 6.3
  14.  
  15. Options
  16. ~~~~~~~
  17.  
  18.     -d    ; only flush devices
  19.     -f    ; only flush fonts
  20.     -l    ; only flush libraries
  21.     -r    ; report only; don't flush
  22.     -v    ; be verbose; print names of all removed objects
  23.     -oOBJ ; remove OBJ , must have a suffix of .library or .device
  24.     -h    ; this message
  25.  
  26. Installation
  27. ~~~~~~~~~~~~
  28. Put it anywhere in your path.
  29.  
  30. Disclaimer
  31. ~~~~~~~~~~
  32.  
  33. Use it at your own risk :) I do 
  34.  
  35. Author
  36. ~~~~~~
  37.  
  38.     Gary Duncan
  39.     57 Melbourne Hill Rd
  40.     Warrandyte
  41.     Vic 3113
  42.      Australia
  43.  
  44. E-mail :-  gduncan@philips.oz.au
  45.  
  46. Acknowledgements
  47. ~~~~~~~~~~~~~~~~
  48.  
  49. Thanks to these beta-testers for testing early versions:-
  50.  
  51.     Benbuck Nason (bigben@netcom.com)
  52.     Torsten Nielsen (torsten@diku.dk)
  53.     Darren Reid and others (shockwave@jupiter.sun.csd.unb.ca)
  54.  
  55.  
  56.