home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
docs
/
fishdisks
/
ff01xx
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-08-25
|
868b
|
44 lines
.name
Fish01XXDocs
.aminet-dir
docs/fishdisks
.type
Miscellaneous
.short
CONTENTS files from disks 0100-0199.
.description
CONTENTS files from disks 0100-0199, 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 orgdir `cd`
LAB start
failat 10
unset filechoice
unset dirchoice
cd $orgdir
set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set filechoice `RequestFile TITLE "Select Text File"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice TEXT
endif
skip start BACK
endif