Clipboard copy/paste

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
RDrako

Clipboard copy/paste

15 Jul 2018, 02:33

Hello! I am trying to make a script which will paste the content of the clipboard to specific folders regardless to the content. For example I want to copy to the clipboard one folder which contains pictures, InDesign documents and other folders. I then want to run a loop that would paste this folder into all selected folders in TOTAL COMMANDER.
I am aware of the fact that when I copy a folder to the clipboard it actually copy the path so I could theoretically just use filecopydir, %Clipboard%, %XLocation% (if I would have only a folder) but what if I copy a Photoshop document instead of a folder? or a Photoshop and a PDF and a folder? do I use filecopydir or filecopy?

I found the below here: https://autohotkey.com/docs/misc/Clipboard.htm

FileRead, Clipboard, *c C:\Company Logo.clip ; Note the use of *c, which must precede the filename.

but I want to do the opposite and I cannot find a command that would do so.

Can someone help?
Thank you!!

P.S. does anyone know what is the "*c" being used on the line above?

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 298 guests