home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
util
/
cli
/
inf
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-10-22
|
818b
|
51 lines
.name
Inf
.type
OS Utility
.short
Extended AmigaDOS INFO command
.description
Display's extended information about the file system(s).
.version
1.35
.date
1994.11.18
.author
Trevor Andrews
.reference
GoldFish-Vol2-1:Files/util/cli/Inf/
1.34
FreshFish-Vol5:New/util/cli/Inf/
1.32
.distribution
Copyrighted but Freely Distributable
.email
tna@expert.cc.purdue.edu
.address
Imagine Software, Inc.
1218 South 5th Street
Lafayette, IN 47905-1716
.docs
Inf.doc
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Submitted electronically directly by the author.
.aminet-dir
util/cli
.execute
set choice `RequestChoice "Inf" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool Inf.doc TEXT
endif
if $choice EQ "2"
path "" ADD
newcli
endif