home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / docs / fishdisks / ff01xx / product-info < prev   
Fred Fish's Product-Info  |  1995-08-25  |  868b  |  44 lines

  1. .name
  2. Fish01XXDocs
  3. .aminet-dir
  4. docs/fishdisks
  5. .type
  6. Miscellaneous
  7. .short
  8. CONTENTS files from disks 0100-0199.
  9. .description
  10. CONTENTS files from disks 0100-0199, 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 orgdir `cd`
  27. LAB start
  28. failat 10
  29. unset filechoice
  30. unset dirchoice
  31. cd $orgdir
  32. set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
  33. if $choice GT "0"
  34.   if $choice EQ "1"
  35.     set filechoice `RequestFile TITLE "Select Text File"`
  36.     set dirchoice `pathname $filechoice`
  37.     set filechoice `basename $filechoice`
  38.     failat 21
  39.     cd $dirchoice
  40.     MetaTool $filechoice TEXT
  41.   endif
  42.   skip start BACK
  43. endif
  44.