home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 1.4 KB | 75 lines |
- .name
- RSys
- .type
- OS Utility
- .short
- Very comprehensive system monitor
- .description
- Very comprehensive system monitor. Provides information on just about
- everything you could possibly want information on! (Plus some...)
- Documentation in German, but program speaks english. Version 1.3,
- includes source.
- .version
- 1.3
- .date
- .author
- Rolf Böhme
- .restrictions
- .requirements
- .reference
- Freshfish-Dec93:new/util/misc/RSys/
- 1.3
- .keywords
- .distribution
- Shareware
- .price
- .address
- Stammestr. 48
- 30459 Hannover
- Germany
- .email
- R.BOEHME@COPS.ZER
- .phone
- .fax
- .exectype
- .installsize
- .source
- Includes source in C.
- .construction
- .tested
- .docs
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "RSys" "Please select an option" "Documentation" "View Guide" "View Source" "Install" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool doc/RSys12.doc TEXT
- endif
-
- if $choice EQ "2"
- cd doc
- MetaTool RSys12.guide GUIDE
- endif
-
- if $choice EQ "3"
- cd src
- set filechoice `RequestFile TITLE "Select File"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-
- if $choice EQ "4"
- Installer SCRIPT RSys12.install APPNAME RSys NOLOG MINUSER expert NOPRINT LANGUAGE deutsch NOPRETEND
- endif
- .aminet-dir
- util/moni
-