home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / cdity / midmoose / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-22  |  852 b   |  50 lines

  1. .name
  2. MidMoose
  3. .type
  4. Mouse Commodity
  5. .short
  6. Maps a key to the middle mouse button.
  7. .description
  8. MidMoose emulates the middle mouse button for mice (moose) that don't have
  9. one. Currently no tooltypes are supported. a press on "left Amiga z" 
  10. corresponds to the MMB.
  11. .version
  12. 2.0ß
  13. .author
  14. Lee Kindness
  15. .requirements
  16. OS 2.0+
  17. .distribution
  18. Copyrighted but Freely Distributable
  19. .address
  20. 8 Craigmarn Road
  21. Portlethen Village
  22. Aberdeen
  23. AB1 4QR
  24. .docs
  25. MidMoose.doc
  26. .described-by
  27. Richard Fish
  28. .submittal
  29. downloaded via ftp from Aminet
  30. .aminet-dir
  31. util/cdity
  32. .execute
  33. set choice `RequestChoice "MidMoose" "Please select an option" "View Readme" "View Doc" "Run Program" "Cancel"`
  34.  
  35. if $choice EQ "0"
  36.   quit 5
  37. endif
  38.  
  39. if $choice EQ "1"
  40.   MetaTool MidMoose.readme TEXT
  41. endif
  42.  
  43. if $choice EQ "2"
  44.   MetaTool MidMoose.doc TEXT
  45. endif
  46.  
  47. if $choice EQ "3"
  48.   run MidMoose
  49. endif
  50.