home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1119.lha / Programs / Scout / Product-Info next >
Fred Fish's Product-Info  |  1995-08-25  |  3KB  |  113 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. LAB Start
  72. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  73. if $choice GT "0"
  74.   if $choice EQ "1"
  75.     set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Cancel"`
  76.     if $choice2 GT "0"
  77.       if $choice2 EQ "1"
  78.         MetaTool docs/English/scout.doc TEXT
  79.       else
  80.         if $choice2 EQ "2"
  81.           MetaTool docs/Deutsch/scout.doc TEXT
  82.         endif
  83.       endif
  84.     endif
  85.     unset choice2
  86.   else
  87.     if $choice EQ "2"
  88.       set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Cancel"`
  89.       if $choice2 GT "0"
  90.         if $choice2 EQ "1"
  91.           cd docs/English
  92.           MetaTool scout.guide GUIDE
  93.           cd //
  94.         else
  95.           if $choice2 EQ "2"
  96.             cd docs/Deutsch
  97.             MetaTool scout.guide GUIDE
  98.             cd //
  99.           endif
  100.         endif
  101.       endif
  102.       unset choice2
  103.     else
  104.       if $choice EQ "3"
  105.         wbrun scout
  106.       endif
  107.     endif
  108.   endif
  109.   skip Start BACK
  110. endif
  111. .aminet-dir
  112. util/moni
  113.