使用AutoHotKey将脚本路径复制到剪贴板

时间:2016-01-06 10:45:03

标签: autohotkey

我试过这个,但它没有复制包含脚本的文件夹的路径:

If(WinActive("ahk_class ExploreWClass")) 
{ ClipSaved := ClipboardAll
    ; save original clipboard clipboard =                   ; clear
clipboard Send, "%A_WorkingDir%"                ; copy selected folder  
ClipWait, 2             ; wait until the clipboard contains data Sleep,
100 }

感谢您的帮助!

P.S:为此,我使用AHK作为蝙蝠,而不是热键

1 个答案:

答案 0 :(得分:1)