home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / hard / drivr / sermouse / product-info next >
Fred Fish's Product-Info  |  1995-10-12  |  1KB  |  59 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. SerMouse
  6. .type
  7. Hardware
  8. .short
  9. Driver/Docs for serial PC Mouse on Amiga
  10. .description
  11. A full package on how to use a PC mouse on the Amiga.  Not only a
  12. serial mouse driver but also how to rewire a 9-pin Sub-D serial to
  13. 25-pin Sub-D serial and how to rewire 9-pin Sub-D BUS or 9-pin Mini-Din
  14. BUS to an Amiga mouse plug. YOU CAN USE ALMOST ANY PC-MOUSE WITH THIS
  15. ONE!
  16. .version
  17. 2.21
  18. .date
  19. 1994.12.18
  20. .author
  21. Patrick van Beem
  22. .reference
  23. GoldFish-Vol2-1:Files/hard/drivr/SerMouse/
  24. 2.20
  25. FreshFish-Vol7:New/hard/drivr/SerMouse/
  26. 2.0
  27. .requirements
  28. Requires AmigaOS 2.0+.
  29. .distribution
  30. Copyrighted but Freely Redistributable
  31. .address
  32. Parlevinker 5
  33. 2152 LC  Nieuw-Vennep
  34. The Netherlands
  35. .email
  36. patrick.van.beem@aobh.xs4all.nl
  37. .docs
  38. SerMouse.doc
  39. .described-by
  40. Dan Fish (daf@starfish.amigalib.com)
  41. .submittal
  42. Downloaded via ftp from wuarchive.wustl.edu.
  43. .aminet-dir
  44. hard/drivr
  45. .execute
  46. set choice `RequestChoice "SerMouse" "Please select an option" "View Readme" "View Doc" "Cancel"`
  47.  
  48. if $choice EQ "0"
  49.   quit 5
  50. endif
  51.  
  52. if $choice EQ "1"
  53.   MetaTool SerMouse221.readme TEXT
  54. endif
  55.  
  56. if $choice EQ "2"
  57.   MetaTool SerMouse.Doc TEXT
  58. endif
  59.