ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

how to copy the selected file into the clipboard (like explorer do)

(1/2) > >>

nitrix-ud:
Hi all,

i'd like to be able to copy the selected file in the result list to the clipboard the way explorer do...
that means that i could later copy the file in any explorer...

i found a utility called ezclip but it does not work all the time... (well for me it works 1 out of 10 :tellme:)
http://blogs.msdn.com/gusperez/articles/86378.aspx

do you know any command line utility to do that ?
is it doable with autohotkey or vbs ?

@mouser, i think this also could be a feature request... could be a nice addition

Nitrix

[edit]
ps: the way i can do it now, it by selecting the shell context menu (by right clicking the item)
THAT is when mouser's too clever +action modifier does not come in the way  :D (please fix please fix)

mouser:
i'm confused..

you can select a result item in FARR and hit ctrl+c to copy it's path to clipboard. is that what you are asking about?

nitrix-ud:
nope this is not what i'm asking :(

when you ctrl+c in explorer or in any explorer
if you ctrl+v, it will paste the files you selected

if in FARR i select and hit ctrl+c
i cannot paste the file anywhere

to be able to copy the file, i have to open the shell context menu...then select copy

nitrix-ud:
the only lead i found is in visual basic

The code below allows you to copy file(s) to the clipboard. Simply call the ClipboardCopyFiles procedure with an array of file paths.
--- End quote ---
see the url for the code
http://www.developerfusion.co.uk/show/224/

mouser:
ok i could add that, maybe with like ctrl+shift+C

Navigation

[0] Message Index

[#] Next page

Go to full version