home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
util
/
moni
/
icontrace
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-10-24
|
970b
|
55 lines
.name
IconTrace
.type
OS Utility
.short
An icon.library monitor, version 2.02
.description
Use this program to find out which tooltypes a program
supports and which icons it looks for.
.version
2.02
.author
Peter Stuer
.requirements
KickStart 2.0 or higher required.
.distribution
Freeware
.address
Beatrijslaan 2 bus 13
B-2050 Antwerpen L.O.
Belgium
Europe
.email
Fido : 2:292/603.7 (Peter Stuer)
AmigaNet : 39:120/102.7 (Peter Stuer)
NLA Net : 14:200/101.7 (Peter Stuer)
UUCP : Peter.Stuer@p7.f603.n292.z2.FidoNet.Org
.docs
IT.guide
IT.doc
.described-by
Fred Fish (fnf@fishpond.cygnus.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/moni
.execute
set choice `RequestChoice "IconTrace" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool IT.doc TEXT
endif
if $choice EQ "2"
MetaTool IT.guide GUIDE
endif
if $choice EQ "3"
IT CX_POPUP
endif