home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
fish
/
disks
/
d1119.lha
/
Programs
/
Scout
/
Product-Info
next >
Wrap
Fred Fish's Product-Info
|
1995-08-25
|
3KB
|
113 lines
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
Scout
.type
OS Utility
.short
System Monitor
.description
Scout is a tool that allows you to monitor your computer system. It
displays many different things -- like tasks, ports, assigns,
expansion boards, resident commands, interrupts, etc. -- and you
can perform some certain actions on them.
For example you can freeze tasks, close windows and screens, release
semaphores or remove locks, ports and interrupts.
Through AmiTCP it's also possible to use Scout as an TCP/IP service.
Since version 2.0 of Scout you can use nearly all implemented
functions through shell parameters. Therefore it's not necessary
to install MUI for using Scout, but you will need MUI, if you want
to use Scout with its graphical user interface.
.version
2.4
.date
1995.07.04
.author
Andreas Gelhausen
.reference
FreshFish-Vol9-2:BBS/util/Scout-1.3.lha
1.3
FreshFish-Vol8-2:BBS/util/Scout-1.3.lha
1.3
FreshFish-Vol7:BBS/util/Scout-1.3.lha
1.3
FreshFish-Vol7:New/util/moni/Scout/
1.3
GoldFish-Vol2-1:Files/util/moni/Scout/
1.3
GoldFish-Vol2-2:BBS/util/Scout-1.3.lha
1.3
.requirements
Requires Kickstart 2.04
.distribution
Giftware
.address
Graf Spee Str. 23b
26123 Oldenburg
GERMANY
.email
atte@crash.north.de
2:2426/2020.24@fidonet
.docs
scout.readme
scout.history
docs/english/scout.doc
docs/english/scout.dvi
docs/english/scout.guide
docs/english/scout-39.guide
docs/deutsch/scout.doc
docs/deutsch/scout.dvi
docs/deutsch/scout.guide
docs/deutsch/scout-39.guide
.described-by
Andreas Gelhausen <atte@crash.north.de>
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
MetaTool docs/English/scout.doc TEXT
else
if $choice2 EQ "2"
MetaTool docs/Deutsch/scout.doc TEXT
endif
endif
endif
unset choice2
else
if $choice EQ "2"
set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
cd docs/English
MetaTool scout.guide GUIDE
cd //
else
if $choice2 EQ "2"
cd docs/Deutsch
MetaTool scout.guide GUIDE
cd //
endif
endif
endif
unset choice2
else
if $choice EQ "3"
wbrun scout
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/moni