home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / boot / randompic / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-22  |  798 b   |  46 lines

  1. .name
  2. RandomPic
  3. .type
  4. Workbench Tool
  5. .short
  6. Changes Workbench pattern at each boot
  7. .description
  8. This utility can change the Workbench 
  9. backdrop picture (pattern) randomly 
  10. at eatch boot
  11. .version
  12. 1.0
  13. .author
  14. Pierre-Yves Guignard
  15. .requirements
  16. WB3+
  17. .distribution
  18. Copyrighted but Freely Redistributable
  19. .address
  20. Daillettes 10
  21. 1009 Pully
  22. SWITZERLAND
  23. .docs
  24. RandomPic_English.doc
  25. RandomPic_French.doc
  26. .described-by
  27. Pierre-Yves Guignard
  28. .submittal
  29. Submitted on disk directly by the author.
  30. .aminet-dir
  31. util/boot
  32. .execute
  33. set choice `RequestChoice "RandomPic" "Please select an option" "View English Doc" "View French Doc" "Run Program" "Cancel"`
  34.  
  35. if $choice EQ "0"
  36.   quit 5
  37. endif
  38.  
  39. if $choice EQ "1"
  40.   MetaTool RandomPic_English.doc TEXT
  41. endif
  42.  
  43. if $choice EQ "2"
  44.   MetaTool RandomPic_French.doc TEXT
  45. endif
  46.