home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / cdity / powersnap / product-info < prev   
Fred Fish's Product-Info  |  1995-10-24  |  1KB  |  65 lines

  1. .name
  2. PowerSnap
  3. .type
  4. Workbench Tool
  5. .short
  6. Commodity to cut and paste text
  7. .description
  8. PowerSnap is a utility that allows you to use the mouse to mark
  9. characters anywhere on the screen and paste them somewhere else, like
  10. in the CLI or in a string gadget. PowerSnap will check what font is
  11. used in the window you snap from and will look for the position of the
  12. characters automatically.  It recognizes all non proportional fonts of
  13. up to 24 pixels wide and of any height so this should cover most fonts
  14. used.  Snapping and pasting text is done using the mouse, making
  15. PowerSnap fast and easy to use.
  16. .version
  17. 2.2a
  18. .author
  19. Nico François
  20. .requirements
  21. Requires AmigaDOS 2.0 or later.
  22. .reference
  23. AmigaLibDisk781:PowerSnap/
  24. 2.1b
  25. AmigaLibDisk726:PowerSnap/
  26. 2.0
  27. AmigaLibDisk542:PowerSnap/
  28. 1.1
  29. AmigaLibDisk467:PowerSnap/
  30. 1.0
  31. .distribution
  32. Freeware
  33. .address
  34. Corbielaan 13
  35. B-3060 Bertem
  36. BELGIUM
  37. .email
  38. nico@augfl.be
  39. .docs
  40. PowerSnap.doc
  41. .described-by
  42. Fred Fish (fnf@fishpond.cygnus.com)
  43. .submittal
  44. Downloaded via ftp from wuarchive.wustl.edu.
  45. .execute
  46. set choice `RequestChoice "PowerSnap" "Please select an option" "Documentation" "Install" "Run PowerSnap" "Cancel"`
  47. if $choice EQ "0"
  48.   quit 5
  49. endif
  50.  
  51. if $choice EQ "1"
  52.   MetaTool PowerSnap.doc TEXT
  53. endif
  54.  
  55. if $choice EQ "2"
  56.   Installer SCRIPT Install APPNAME PowerSnap NOLOG MINUSER average NOPRINT
  57. endif
  58.  
  59. if $choice EQ "3"
  60.   assign l: "" ADD
  61.   WBRun PowerSnap
  62. endif
  63. .aminet-dir
  64. util/cdity
  65.