Quantcast
Channel: Total Commander
Viewing all articles
Browse latest Browse all 3926

Plugins and addons: devel.+support (English) • Need help with AHK2

$
0
0
Besides Explorer, I also need to consider the current path in TotalCmd. Can anyone help with this?

Code:

#SC029:: {    ; win + tilde    hwnd := WinExist("A")    for w in ComObject("Shell.Application").Windows        if w.hwnd = hwnd && DirExist(path := w.Document.Folder.Self.Path) {            Run A_ComSpec, path            return        }    Run A_ComSpec}

Statistics: Posted by KozakMak — 2025-03-08, 15:08 UTC



Viewing all articles
Browse latest Browse all 3926