home *** CD-ROM | disk | FTP | other *** search
/ Freelog 5 / Freelog005.iso / Logs / Systeme / CopyPath / ReadMe.txt < prev   
Text File  |  1998-12-14  |  2KB  |  62 lines

  1. This shell extension copies the path of the selected files to the
  2. clipboard.
  3.  
  4.  
  5. - Enable CopyPath Shell Extension: enable or disable the extension.
  6. When enabling the extension, the file CopyPath.dll must be in the same
  7. directory as CopyPath.exe.
  8.  
  9. - Enable 'Append' in context menu: add the command 'Append Copy Path' in 
  10. the context menu. It allows you to append paths to the clipboard directly.
  11.  
  12. - Show icon in context menu: self-explanatory.
  13.  
  14. - Enable \\ as Directory Separator: replaces the \ in the path with \\
  15. (useful for C programmers).
  16.  
  17. - Enable / as Directory Separator: replaces the \ in the path with /
  18. (useful a friend of mine).
  19.  
  20. - Append to ClipBoard: let you append paths to the clipboard.
  21. This option is automatically updated (you don't have to click Apply).
  22. It is disabled as soon as you quit CopyPath.
  23. You should disable it the first time you copy a path and enable it for
  24. other paths. Remember that CopyPath must stay opened.
  25.  
  26.  
  27.  
  28. - Starting String: string added at the start of each copy.
  29.  
  30. - Multiple files Separator: string added between each path when copying a
  31. multiple selection.
  32.  
  33. - Terminating String: string added at the end of each copy.
  34.  
  35. You can use 3 special characters:
  36. \n: new line
  37. \t: tabulation
  38. \\: backslash (use it only if there are ambiguities with the other special
  39. characters).
  40.  
  41. example:
  42. Starting String: \start\\\t
  43. Path Separator: \n
  44. Terminating String: \t\end\
  45.  
  46. >    \start\    E:\Shareware\CopyPathShExt\CopyPath.dll
  47. >    E:\Shareware\CopyPathShExt\CopyPath.exe
  48. >    E:\Shareware\CopyPathShExt\ReadMe.txt    \end\
  49.  
  50.  
  51.  
  52.  
  53. You need mfc42.dll and msvcrt.dll to run CopyPath.exe.
  54.  
  55.  
  56.  
  57. This program is freeware and should not be sold.
  58.  
  59. CopyPath Shell Extension 1.1 Copyright (c) 1998 Guillaume Durand
  60. E-mail: guillaume.durand@usa.net
  61.  
  62. 1998/12/07