home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
fish
/
contents
/
ff07xx
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-10-22
|
816b
|
39 lines
.name
Fish07XXDocs
.aminet-dir
docs/fishdisks
.type
Miscellaneous
.short
CONTENTS files from disks 0700-0799.
.description
CONTENTS files from disks 0700-0799, 10 per text file.
.author
Fred Fish
.distribution
Copyrighted but Freely Redistributable
.email
fnf@amigalib.com
.phone
(602) 491-0048
.fax
(602) 491-0048
.described-by
Fred Fish (fnf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.execute
set choice `RequestChoice "Fish Disk CONTENTS" "Please select an option" "Read CONTENTS File" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
set filechoice `RequestFile TITLE "Select CONTENTS File" REJECTPATTERN "(#?.info|Product-Info)"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice TEXT
endif