Copy File Contents To The Clipboard

under Programming Windows Gist

 

Via right click (context menu) within Explorer, save the following to a .reg registry key file.

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\CopyToClip]
@="Copy Contents To Clipboard"
"Icon"="DxpTaskSync.dll,-52"
[HKEY_CLASSES_ROOT\*\shell\CopyToClip\command]
@="cmd /c clip < \"%1\""