home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 5
/
Freelog005.iso
/
Logs
/
Systeme
/
CopyPath
/
ReadMe.txt
< prev
Wrap
Text File
|
1998-12-14
|
2KB
|
62 lines
This shell extension copies the path of the selected files to the
clipboard.
- Enable CopyPath Shell Extension: enable or disable the extension.
When enabling the extension, the file CopyPath.dll must be in the same
directory as CopyPath.exe.
- Enable 'Append' in context menu: add the command 'Append Copy Path' in
the context menu. It allows you to append paths to the clipboard directly.
- Show icon in context menu: self-explanatory.
- Enable \\ as Directory Separator: replaces the \ in the path with \\
(useful for C programmers).
- Enable / as Directory Separator: replaces the \ in the path with /
(useful a friend of mine).
- Append to ClipBoard: let you append paths to the clipboard.
This option is automatically updated (you don't have to click Apply).
It is disabled as soon as you quit CopyPath.
You should disable it the first time you copy a path and enable it for
other paths. Remember that CopyPath must stay opened.
- Starting String: string added at the start of each copy.
- Multiple files Separator: string added between each path when copying a
multiple selection.
- Terminating String: string added at the end of each copy.
You can use 3 special characters:
\n: new line
\t: tabulation
\\: backslash (use it only if there are ambiguities with the other special
characters).
example:
Starting String: \start\\\t
Path Separator: \n
Terminating String: \t\end\
> \start\ E:\Shareware\CopyPathShExt\CopyPath.dll
> E:\Shareware\CopyPathShExt\CopyPath.exe
> E:\Shareware\CopyPathShExt\ReadMe.txt \end\
You need mfc42.dll and msvcrt.dll to run CopyPath.exe.
This program is freeware and should not be sold.
CopyPath Shell Extension 1.1 Copyright (c) 1998 Guillaume Durand
E-mail: guillaume.durand@usa.net
1998/12/07