home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / contents / ff07xx / product-info < prev   
Fred Fish's Product-Info  |  1995-10-22  |  816b  |  39 lines

  1. .name
  2. Fish07XXDocs
  3. .aminet-dir
  4. docs/fishdisks
  5. .type
  6. Miscellaneous
  7. .short
  8. CONTENTS files from disks 0700-0799.
  9. .description
  10. CONTENTS files from disks 0700-0799, 10 per text file.
  11. .author
  12. Fred Fish
  13. .distribution
  14. Copyrighted but Freely Redistributable
  15. .email
  16. fnf@amigalib.com
  17. .phone
  18. (602) 491-0048
  19. .fax
  20. (602) 491-0048
  21. .described-by
  22. Fred Fish (fnf@amigalib.com)
  23. .submittal
  24. Submitted on disk directly by the author.
  25. .execute
  26. set choice `RequestChoice "Fish Disk CONTENTS" "Please select an option" "Read CONTENTS File" "Cancel"`
  27. if $choice EQ "0"
  28.   quit 5
  29. endif
  30.  
  31. if $choice EQ "1"
  32.   set filechoice `RequestFile TITLE "Select CONTENTS File" REJECTPATTERN "(#?.info|Product-Info)"`
  33.   set dirchoice `pathname $filechoice`
  34.   set filechoice `basename $filechoice`
  35.   failat 21
  36.   cd $dirchoice
  37.   MetaTool $filechoice TEXT
  38. endif
  39.