home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / moni / cpuload / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-23  |  811 b   |  48 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. CPULoad
  6. .type
  7. Workbench Tool
  8. .short
  9. Very fast XLoad type monitor
  10. .description
  11. Shows system load graphically, in a small window
  12. .version
  13. 1.0ß
  14. .author
  15. Thomas Radtke
  16. .distribution
  17. Freeware
  18. .email
  19. thradtke@nereid.rz.uni-osnabrueck.de
  20. .source
  21. Includes source in C
  22. .docs
  23. Readme
  24. .described-by
  25. Dan Fish (daf@starfish.amigalib.com)
  26. .submittal
  27. Downloaded via ftp from wuarchive.wustl.edu.
  28. .aminet-dir
  29. util/moni
  30. .execute
  31. set choice `RequestChoice "CPULoad" "Please select an option" "View Readme 1" "View Readme 2" "Run Program" "Cancel"`
  32.  
  33. if $choice EQ "0"
  34.   quit 5
  35. endif
  36.  
  37. if $choice EQ "1"
  38.   MetaTool cpuload.readme TEXT
  39. endif
  40.  
  41. if $choice EQ "2"
  42.   MetaTool Readme TEXT
  43. endif
  44.  
  45. if $choice EQ "3"
  46.   CPULoad
  47. endif
  48.