我试过这个,但它没有复制包含脚本的文件夹的路径:
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作为蝙蝠,而不是热键