home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
fish
/
cds
/
freshfish-vol04
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-10-25
|
882b
|
50 lines
.name
FreshFishVol4Docs
.aminet-dir
docs/cds
.type
Miscellaneous
.short
Basic information about FreshFish Vol 4.
.description
Basic information about FreshFish Vol 4, including any README
type files, CRC list of the files if available, INDEX files,
long CONTENTS files, etc.
.author
Fred Fish
.distribution
Copyrighted but Freely Redistributable
.email
fnf@amigalib.com
.phone
(602) 491-0048
.fax
(602) 491-0048
.docs
README
.described-by
Fred Fish (fnf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.execute
set choice `RequestChoice "FreshFish Vol 4 info" "Please select an option" "README" "CONTENTS" "Cover" "Disk" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool README TEXT
endif
if $choice EQ "2"
MetaTool CONTENTS TEXT
endif
if $choice EQ "3"
MetaTool Cover.jpg JPEG
endif
if $choice EQ "4"
MetaTool Disk.jpg JPEG
endif