By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Maybe I chose the wrong example. I need to copy a file to the clipboard and then past it as an attachment into a message in outlook.Using TCC 16.03, is it possible to copy a file (not the file content) to the clipboard, so that I can do a past in a directory for example?
My 4UTILS plugin has TODROP.
Code:v:\> help todrop TODROP /C(lear) | [/A(ppend)] file [file ...] - files to clipboard as CF_HDROP
Actually, you can paste the file name if you open Outlook's attachment dialog but pasting the CF_HDROP file right into the body of the message is easier.Cool! I was going to say that it could be done through a plugin; but that seems churlish since I'm not interested in doing it myself.
v:\> droptoclip /?
Convert clipboard drop list to quoted FQ filename text
/S(paces) as separators (default newlines)
cdd/to %@PATH[%$]
tcfilter %@QUOTE[%@FILENAME[%$]]
start /pgm "C:\WINDOWS\explorer.exe" /select,%$