home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d984 / icontoclip.lha / IconToClip / IconToClip.doc < prev    next >
Text File  |  1994-04-04  |  3KB  |  86 lines

  1.  
  2.  
  3.  
  4.                                  IconToClip
  5.                                  Version 1.0
  6.  
  7. MOTIVATION
  8. ~~~~~~~~~~
  9.      I use the Shell a lot, but typing in filenames, especially full
  10. pathnames, does get tiresome.  Often I can see the icon for the file on the
  11. Workbench screen, and I wish I could put the icon's name into the Shell
  12. with just a mouse click instead of having to type the name.  The wish is
  13. now reality with IconToClip.
  14.  
  15. WHAT IT DOES
  16. ~~~~~~~~~~~~
  17.      When you run IconToClip, it puts an item, labeled "IconToClip", in the
  18. Workbench Tools menu. To transfer an icon's name to the Shell, just
  19.      1) Click on the icon.
  20.      2) Select the IconToClip menu item.  This puts the icon's name into
  21.         the Clipboard.
  22.      3) Click on the Shell window and press RightAmiga-V. The icon's name
  23.         is now pasted into the Shell.
  24. You can also paste the name into any other program that uses the Amiga
  25. Clipboard, such as most word processing programs.  IconToClip works well with
  26. Uwe Roehm's NewEdit, which allows you to cut and paste between the Clipboard
  27. and Intuition string gadgets.  It requires AmigaDOS 2.04 or higher.
  28.  
  29. CONTROLS
  30. ~~~~~~~~
  31.      If you select the IconToClip menu item when no icon is highlighted,
  32. the program will open its control window.  This contains four gadgets:
  33.      The top gadget allows you to choose what will be written to the
  34. Clipboard, either the icon's full pathname (for example
  35. "Workbench:System/DiskCopy") or only the icon's name (for example
  36. "DiskCopy").
  37.      The second gadget controls what happens if you shift-click on several
  38. icons.  In "Row" mode, the names will be written in a row, with a space
  39. between names, for example, "SetMap Format DiskCopy".  In "Column" mode,
  40. the names will be written with a linefeed after each one, so they will look
  41. like this when pasted:
  42.  
  43. SetMap
  44. Format
  45. DiskCopy
  46.  
  47. Do NOT use "Column" mode if you are pasting into the Shell.  The linefeed
  48. will cause the Shell to try to execute the preceding name.  "Column" mode
  49. is for use with word processing programs.
  50.      The "Hide" gadget causes the control window to close.
  51.      The "Quit" gadget quits the program.
  52.      The control window is an AppWindow.  Dragging an icon into the window
  53. causes the icon's name to be written to the Clipboard.  If you are processing
  54. many icons, this is worth doing, since it eliminates the need to select the
  55. menu item for each one.
  56.  
  57. USAGE
  58. ~~~~~
  59.      From the Shell, IconToClip has this usage:
  60.  
  61.           Format:  IconToClip [PATHNAME] [COLUMN] [WINDOW]
  62.           Template:  PATHNAME/S,COLUMN/S,WINDOW/S
  63.  
  64.     [PATHNAME] causes the full pathname to be written; the default mode is
  65. to write only the icon's name.
  66.     [COLUMN] sets to program to "Column" mode; the default is "Row" mode.
  67.     [WINDOW] causes the program to open its control window as soon as it is
  68. run.
  69.  
  70.      From the Workbench, IconToClip has three ToolTypes, PATHNAME, COLUMN,
  71. and WINDOW, which are identical to the command line switches.  As always,
  72. if you put IconToClip in the WBStartup drawer, include the ToolType
  73. DONOTWAIT.
  74.  
  75. PARTING IS SUCH SWEET SORROW
  76. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  77.      Send your comments and complaints to
  78.  
  79.           Douglas Nelson
  80.           2006 N. 49 Avenue
  81.           Omaha NE 68104
  82.           USA
  83.  
  84.      IconToClip is freely distributable.
  85.  
  86.