home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / fileutils / dragcom / !Dragcom / !Help < prev    next >
Encoding:
Text File  |  1992-01-13  |  1.8 KB  |  64 lines

  1.        Help on DragCom Utility.
  2.        ------------------------
  3.  by Philip Macfarlane
  4.  Written on 14th Feb 1991.
  5.  
  6.  
  7. This program is used for running a specified command
  8. on a filename (or any other argument) given to it.
  9. The potential uses for this include executing one
  10. command numerous times on an argument, or the same
  11. command numerous times on different arguments, or
  12. even for executing different commands on the same
  13. argument. The real power of this utility however is
  14. the ability to drag a file into the DragCom window
  15. and execute the command on that file. This allows
  16. you to operate on files whose full pathnames are
  17. difficult to discover or type in.
  18.  
  19. Using the program is simple. Double-click on the
  20. DragCom icon and you are presented with a small
  21. window where you can type your command and your
  22. argument. Clicking on execute will preform the
  23. command on the argument, substituting the argument
  24. for every occurence of the variable <File> in the
  25. command text.
  26. Dragging a file from a directory viewer into
  27. the DragCom window will set the argument to the
  28. full pathname of the file dragged and the command
  29. will be executed immediately.
  30.  
  31.  
  32. You can run the DragCom utility several times and
  33. have numerous different commands instantly ready.
  34.  
  35. Here are some examples of how to use this program:
  36.  
  37.  Command : IconSprites <File>
  38.  Argument: $.sprites
  39.  Executed: *IconSprites $.Sprites
  40.  
  41.  Command : Access <File> LR
  42.  Argument: ram:$.snapper
  43.  Executed: *Access ram:$.snapper LR
  44.  
  45.  
  46. This program is public domain.
  47. This means that you must not sell it for a profit.
  48. You can of course charge for any costs incurred in
  49. reproducing this program.
  50.  
  51. Please send any money/gripes/programs etc to
  52.  
  53. Philip Macfarlane,
  54. 'Lynwood',
  55. Quarry Brae,
  56. Brightons,
  57. Falkirk,
  58. FK2 0SX,
  59. SCOTLAND.
  60.  
  61. or phone  0324 715 806.
  62.  
  63. EMail: P.Macfarlane@uk.ac.ed
  64.