home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / pix / wb / grabecran / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  838b  |  45 lines

  1. .name
  2. GrabEcran
  3. .type
  4. Picture
  5. .short
  6. 2 WB pics featuring the author's progs
  7. .description
  8. Two Workbench pictures featuring the author's programs
  9. BExchange, BDH, and DLError
  10. .author
  11. Doguet Emmanuel
  12. .distribution
  13. Freeware
  14. .address
  15. 4, rue de Cornouailles
  16. 50130 OCTEVILLE
  17. FRANCE
  18. .email
  19. manu@ramses.fdn.org
  20. .docs
  21. ReadMe
  22. .described-by
  23. Richard Fish (rjf@amigalib.com)
  24. .submittal
  25. Submitted on disk directly by the author.
  26. .aminet-dir
  27. pix/wb
  28. .execute
  29. LAB Start
  30. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Snapshot 1" "View Snapshot 2" "Cancel"`
  31. if $choice GT "0"
  32.   if $choice EQ "1"
  33.     MetaTool ReadMe TEXT
  34.   else
  35.     if $choice EQ "2"
  36.       MetaTool BExchange+BDH.iff ILBM
  37.     else
  38.       if $choice EQ "3"
  39.         MetaTool GoldED+DLError.iff ILBM
  40.       endif
  41.     endif
  42.   endif
  43.   skip Start BACK
  44. endif
  45.