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