home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / moni / rsys / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-24  |  1.4 KB  |  75 lines

  1. .name
  2. RSys
  3. .type
  4. OS Utility
  5. .short
  6. Very comprehensive system monitor
  7. .description
  8. Very comprehensive system monitor.  Provides information on just about
  9. everything you could possibly want information on! (Plus some...)
  10. Documentation in German, but program speaks english.  Version 1.3,
  11. includes source.
  12. .version
  13. 1.3
  14. .date
  15. .author
  16. Rolf Böhme
  17. .restrictions
  18. .requirements
  19. .reference
  20. Freshfish-Dec93:new/util/misc/RSys/
  21. 1.3
  22. .keywords
  23. .distribution
  24. Shareware
  25. .price
  26. .address
  27. Stammestr. 48
  28. 30459 Hannover
  29. Germany
  30. .email
  31. R.BOEHME@COPS.ZER
  32. .phone
  33. .fax
  34. .exectype
  35. .installsize
  36. .source
  37. Includes source in C.
  38. .construction
  39. .tested
  40. .docs
  41. .described-by
  42. Fred Fish (fnf@fishpond.cygnus.com)
  43. .submittal
  44. Downloaded via ftp from wuarchive.wustl.edu.
  45. .execute
  46. set choice `RequestChoice "RSys" "Please select an option" "Documentation" "View Guide" "View Source" "Install" "Cancel"`
  47. if $choice EQ "0"
  48.   quit 5
  49. endif
  50.  
  51. if $choice EQ "1"
  52.   MetaTool doc/RSys12.doc TEXT
  53. endif
  54.  
  55. if $choice EQ "2"
  56.   cd doc
  57.   MetaTool RSys12.guide GUIDE
  58. endif
  59.  
  60. if $choice EQ "3"
  61.   cd src
  62.   set filechoice `RequestFile TITLE "Select File"`
  63.   set dirchoice `pathname $filechoice`
  64.   set filechoice `basename $filechoice`
  65.   failat 21
  66.   cd $dirchoice
  67.   MetaTool $filechoice TEXT
  68. endif
  69.  
  70. if $choice EQ "4"
  71.   Installer SCRIPT RSys12.install APPNAME RSys NOLOG MINUSER expert NOPRINT LANGUAGE deutsch NOPRETEND
  72. endif
  73. .aminet-dir
  74. util/moni
  75.