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


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


TODO List

Any suggestions?


Known Bugs

None known of at present


Appendix A: Version History


Email me at: sdean12@sdean12.org

Return to the main page