home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / pix / imagi / central / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-23  |  643 b   |  35 lines

  1. .name
  2. Central
  3. .aminet-dir
  4. pix/imagi
  5. .type
  6. Picture
  7. .short
  8. Lightwave RayTrace of 'Computer-Central'
  9. .description
  10. Lightwave RayTrace of "Computer-Central"
  11. .author
  12. Tiziano Gogna
  13. .distribution
  14. Copyrighted but Freely Redistributable
  15. .address
  16. Via al chiosso 10/b
  17. 6572 Quartino
  18. .docs
  19. Central.readme
  20. .described-by
  21. Dan Fish (daf@starfish.amigalib.com)
  22. .submittal
  23. Downloaded via ftp from wuarchive.wustl.edu.
  24. .execute
  25. set choice `RequestChoice "Central" "Please select an option" "README" "View Picture" "Cancel"`
  26. if $choice EQ "0"
  27.   quit 5
  28. endif
  29. if $choice EQ "1"
  30.   MetaTool Central.readme TEXT
  31. endif
  32. if $choice EQ "2"
  33.   MetaTool Central.jpg JPEG
  34. endif
  35.