Code: Select all
#x::
IfWinNotExist, ahk_class ThunderRT5Form
Run, %ProgramFiles%\xyplorer\xyplorer.exe, %ProgramFiles%\xyplorer
WinWait, ahk_class ThunderRT5Form
WinActivate
Return
Code: Select all
#x::
IfWinNotExist, ahk_class ThunderRT5Form
Run, %ProgramFiles%\xyplorer\xyplorer.exe, %ProgramFiles%\xyplorer
WinWait, ahk_class ThunderRT5Form
WinActivate
Return