home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / pix / art / curriepics / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-23  |  1KB  |  45 lines

  1. .name
  2. CurriePics
  3. .aminet-dir
  4. pix/art
  5. .type
  6. Picture
  7. .short
  8. Some hand-drawn 16/32-color IFF pictures
  9. .description
  10. All of these pictures are 16 or 32 color hi-res iff's which were drawn by
  11. hand using Deluxe Paint III/IV.  No mechanical device (aside from my
  12. computer) was used in the creation of these images.
  13. .author
  14. Robert Currie
  15. .distribution
  16. Copyrighted but Freely Redistributable
  17. .email
  18. currie@cpsc.ucalgary.ca
  19. Robert_Currie@amuc.mtroyal.ab.ca
  20. .docs
  21. Author.readme
  22. RCurrie1.readme
  23. RCurrie2.readme
  24. RCurrie3.readme
  25. .described-by
  26. Dan Fish (daf@starfish.amigalib.com)
  27. .submittal
  28. Downloaded via ftp from wuarchive.wustl.edu.
  29. .execute
  30. set choice `RequestChoice "Currie Pics" "Please select an option" "README" "View Pictures" "Cancel"`
  31. if $choice EQ "0"
  32.   quit 5
  33. endif
  34. if $choice EQ "1"
  35.   MetaTool Author.readme TEXT
  36. endif
  37. if $choice EQ "2"
  38.   set filechoice `RequestFile TITLE "Select File" REJECTPATTERN "(#?.info)" PATTERN "(#?.PIC)"`
  39.   set dirchoice `pathname $filechoice`
  40.   set filechoice `basename $filechoice`
  41.   failat 21
  42.   cd $dirchoice
  43.   MetaTool $filechoice JPEG
  44. endif
  45.