home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-23 | 811 b | 48 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- CPULoad
- .type
- Workbench Tool
- .short
- Very fast XLoad type monitor
- .description
- Shows system load graphically, in a small window
- .version
- 1.0ß
- .author
- Thomas Radtke
- .distribution
- Freeware
- .email
- thradtke@nereid.rz.uni-osnabrueck.de
- .source
- Includes source in C
- .docs
- Readme
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- util/moni
- .execute
- set choice `RequestChoice "CPULoad" "Please select an option" "View Readme 1" "View Readme 2" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool cpuload.readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool Readme TEXT
- endif
-
- if $choice EQ "3"
- CPULoad
- endif
-