Command-line utility to copy file to clipboard from file path [closed]

Solution 1:

Pending a better answer, here are two approaches I am aware of so far:

http://blogs.msdn.com/b/oldnewthing/archive/2013/05/20/10419965.aspx

https://stackoverflow.com/questions/17189010/how-to-copy-cut-file-not-contents-to-clipboard-in-windows-with-command-line/17354470

The first was suggested by @LogicDaemon in a comment above, which my lack of rep doesn't allow me to upvote.

Unfortunately both of these are not pre-precompiled utilities - just some source code that could be used in making such a utility.