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

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. Scout
  6. .type
  7. OS Utility
  8. .short
  9. System Monitor
  10. .description
  11. Scout is a tool that allows you to monitor your computer system. It
  12. displays many different things -- like tasks, ports, assigns,
  13. expansion boards, resident commands, interrupts, etc. -- and you
  14. can perform some certain actions on them.
  15.  
  16. For example you can freeze tasks, close windows and screens, release
  17. semaphores or remove locks, ports and interrupts.
  18.  
  19. Through AmiTCP it's also possible to use Scout as an TCP/IP service. 
  20.  
  21. Since version 2.0 of Scout you can use nearly all implemented
  22. functions through shell parameters. Therefore it's not necessary
  23. to install MUI for using Scout, but you will need MUI, if you want
  24. to use Scout with its graphical user interface.
  25. .version
  26. 2.4
  27. .date
  28. 1995.07.04
  29. .author
  30. Andreas Gelhausen
  31. .reference
  32. FreshFish-Vol9-2:BBS/util/Scout-1.3.lha
  33. 1.3
  34. FreshFish-Vol8-2:BBS/util/Scout-1.3.lha
  35. 1.3
  36. FreshFish-Vol7:BBS/util/Scout-1.3.lha
  37. 1.3
  38. FreshFish-Vol7:New/util/moni/Scout/
  39. 1.3
  40. GoldFish-Vol2-1:Files/util/moni/Scout/
  41. 1.3
  42. GoldFish-Vol2-2:BBS/util/Scout-1.3.lha
  43. 1.3
  44. .requirements
  45. Requires Kickstart 2.04
  46. .distribution
  47. Giftware
  48. .address
  49. Graf Spee Str. 23b
  50. 26123 Oldenburg
  51. GERMANY
  52. .email
  53. atte@crash.north.de
  54. 2:2426/2020.24@fidonet
  55. .docs
  56. scout.readme
  57. scout.history
  58. docs/english/scout.doc
  59. docs/english/scout.dvi
  60. docs/english/scout.guide
  61. docs/english/scout-39.guide
  62. docs/deutsch/scout.doc
  63. docs/deutsch/scout.dvi
  64. docs/deutsch/scout.guide
  65. docs/deutsch/scout-39.guide
  66. .described-by
  67. Andreas Gelhausen <atte@crash.north.de>
  68. .submittal
  69. Downloaded via ftp from wuarchive.wustl.edu.
  70. .execute
  71. set choice `RequestChoice "Scout" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  72. if $choice EQ "0"
  73.   quit 5
  74. endif
  75.  
  76. if $choice EQ "1"
  77.   set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Cancel"`
  78.   if $choice2 EQ "0"
  79.     quit 0
  80.   endif
  81.  
  82.   if $choice2 EQ "1"
  83.     MetaTool docs/English/scout.doc TEXT
  84.   endif
  85.  
  86.   if $choice2 EQ "2"
  87.     MetaTool docs/Deutsch/scout.doc TEXT
  88.   endif
  89. endif
  90.  
  91. if $choice EQ "2"
  92.   set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Cancel"`
  93.   if $choice2 EQ "0"
  94.     quit 0
  95.   endif
  96.  
  97.   if $choice2 EQ "1"
  98.     cd docs/English
  99.     MetaTool scout.guide GUIDE
  100.     cd //
  101.   endif
  102.  
  103.   if $choice2 EQ "2"
  104.     cd docs/Deutsch
  105.     MetaTool scout.guide GUIDE
  106.     cd //
  107.   endif
  108. endif
  109.  
  110. if $choice EQ "3"
  111.   wbrun scout
  112. endif
  113. .aminet-dir
  114. util/moni
  115.