home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / debug / memwatcher / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-03  |  928 b   |  52 lines

  1. .name
  2. MemWatcher
  3. .type
  4. Developer Utility
  5. .aminet-dir
  6. dev/debug
  7. .short
  8. Replaces drip, WB-Displ., Cluster Source
  9. .description
  10. MemWatcher's purpose is to control memory loss and memory consumation of
  11. programs under development.  Easy to use Workbench interface.
  12. .version
  13. 1.0
  14. .date
  15. 1995.03.21
  16. .author
  17. Frank Brandau
  18. .distribution
  19. Copyrighted but Freely Redistributable
  20. .address
  21. Wiesenstrasse 6g
  22. 52428 Jülich
  23. Germany
  24. .email
  25. brandau@fhserver03.dvz.fh-aachen.de
  26. .source
  27. Includes Cluster source
  28. .docs
  29. MemWatcher.Doc
  30. .described-by
  31. Dan Fish (daf@starfish.amigalib.com)
  32. .submittal
  33. Downloaded via ftp from wuarchive.wustl.edu.
  34. .execute
  35. set choice `RequestChoice "MemWatcher" "Please select an option" "View Readme" "View Doc" "Run Program" "Cancel"`
  36.  
  37. if $choice EQ "0"
  38.   quit 5
  39. endif
  40.  
  41. if $choice EQ "1"
  42.   MetaTool MemWatcher1_0.readme TEXT
  43. endif
  44.  
  45. if $choice EQ "2"
  46.   MetaTool MemWatcher.Doc GUIDE
  47. endif
  48.  
  49. if $choice EQ "3"
  50.   MemWatcher
  51. endif
  52.