home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / cds / freshfish-vol04 / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-25  |  882b  |  50 lines

  1. .name
  2. FreshFishVol4Docs
  3. .aminet-dir
  4. docs/cds
  5. .type
  6. Miscellaneous
  7. .short
  8. Basic information about FreshFish Vol 4.
  9. .description
  10. Basic information about FreshFish Vol 4, including any README
  11. type files, CRC list of the files if available, INDEX files,
  12. long CONTENTS files, etc.
  13. .author
  14. Fred Fish
  15. .distribution
  16. Copyrighted but Freely Redistributable
  17. .email
  18. fnf@amigalib.com
  19. .phone
  20. (602) 491-0048
  21. .fax
  22. (602) 491-0048
  23. .docs
  24. README
  25. .described-by
  26. Fred Fish (fnf@amigalib.com)
  27. .submittal
  28. Submitted on disk directly by the author.
  29. .execute
  30. set choice `RequestChoice "FreshFish Vol 4 info" "Please select an option" "README" "CONTENTS" "Cover" "Disk" "Cancel"`
  31. if $choice EQ "0"
  32.   quit 5
  33. endif
  34.  
  35. if $choice EQ "1"
  36.   MetaTool README TEXT
  37. endif
  38.  
  39. if $choice EQ "2"
  40.   MetaTool CONTENTS TEXT
  41. endif
  42.  
  43. if $choice EQ "3"
  44.   MetaTool Cover.jpg JPEG
  45. endif
  46.  
  47. if $choice EQ "4"
  48.   MetaTool Disk.jpg JPEG
  49. endif
  50.