SendFilenamesToClipboard
By Sarah Dean
Last updated: 27th November 2010
Contents
Description
SendFilenamesToClipboard is a
straightforward application to add a "Copy filenames to clipboard" option to the MS Windows Explorer "Send To" context menu.
Please email any bug reports, feature requests, comments, etc to me
at sdean12@sdean12.org
The latest version will always be available at: http://www.SDean12.org/
Download
Download latest stable SendFilenamesToClipboard
executable, including full source code. (If you would like to
build your own copy of this software from the source, please see also Delphi
Components to download the library packages required.)
Hashes and PGP signatures of the software, as downloaded, are available
here
Notes
-
Please, do read the documentation in this file before emailing
me! I know it's not much, and only really covers the basics, but...
- To install:
- Uncompress the release archive
- Run "SendFilenamesToClipboard.exe"
- Select which "Send To" menuitems you wish to enable, and the captions you wish to give them
- Click "OK"
- To use:
- From within MS Windows Explorer, select one or more files.
- Rightclick on the selected files, and select the "Send To" menuitem.
- You should see the newly created "Send To" menuitem
Selecting this menuitem will copy the filenames (and optionally paths) of the selected file(s) to the clipboard.
-
Pretty much everything in SendFilenamesToClipboard works as it seems, so I won't go
into too much detail as to how everything works. Besides, who reads manuals
anyway? ;) Anything you're not too sure of, just make an educated guess;
you'll probably be right!
Command Line Interface
SendFilenamesToClipboard supports the following command line syntax:
SendFilenamesToClipboard.exe [/filenamesOnly | /filenamesAndPath] [/addFileSizes] filename1 filename2 filename3 ...
| /filenamesOnly |
Copy filenames only to clipboard |
| /filenamesAndPath |
Copy full path and filenames only to clipboard |
| /addFileSizes |
Copy file sizes as well as filenames to clipboard |
| /showMessage |
Suppress displaying message showing the number of items copied to the clipboard |
License
- I retain all rights to this software
- You are free to distribute this software, although no charge may
be
made
of any kind for doing so (that includes any fees for copying and/or the
distribution media)
- If you distribute this software, this file must be included with
it,
intact
and unmodified.
- Any software derived from any part, or using, any of these
components
and/or
their source code are to be released into the public domain with full
source code
freely available (Note: This condition may be lifted,
subject to negotiation; please
email
me for further information)
TODO List
Any suggestions?
Known Bugs
None known of at present
Appendix A: Version History
- v1.10 (27th November 2010)
- Added "/showMessage" switch
- v1.00 (20th November 2010)
Email me at: sdean12@sdean12.org
Return to the main page