home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
util
/
cli
/
shrub
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-10-22
|
1KB
|
71 lines
.name
Shrub
.type
Workbench Tool
.short
Creates dir listings in a 'tree' format.
.description
So what the hell is Shrub you ask? A datatbase of all available plants in
the UK - No. A nifty program that hepls you maintain the temperatures that
plant seeds need to germinate - I don't think so. Shrub creates directory
listings in a "tree" format.
If you have used the "Tree" command of MSDOS then you'll know what I'm on
about. Otherwise here goes an explanation : You select a drawer, every file
within this drawer is displayed in a list, if there are other drawers in this
directory then they too will have their contents displayed, and so on. The
output in the list is formated so that it is easy to understand. Eg:
File1
File2
Dir1
File1.1
Dir1.1
File1.1.1
File1.2
File3
File4
.version
1.14
.date
1995.04.25
.author
Lee Kindness
.requirements
WB2+
.distribution
Copyrighted but Freely Redistributable
.address
8 Craigmarn Road
Portlethen Village
Aberdeen AB1 4QR
SCOTLAND
.docs
Distribution.doc
Shrub.Guide
.described-by
Richard Fish
.submittal
downloaded via ftp from Aminet
.aminet-dir
util/cli
.execute
set choice `RequestChoice "Shrub" "Please select an option" "View Readme" "View Guide" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool Shrub.readme TEXT
endif
if $choice EQ "2"
MetaTool Shrub.Guide GUIDE
endif
if $choice EQ "3"
path "" ADD
newcli
endif