home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-22 | 816 b | 39 lines |
- .name
- Fish04XXDocs
- .aminet-dir
- docs/fishdisks
- .type
- Miscellaneous
- .short
- CONTENTS files from disks 0400-0499.
- .description
- CONTENTS files from disks 0400-0499, 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
-