Тема: AHK: не активируется окно
Окно не хочет активироваться, в чём может быть проблема?
p = %1%
run, %COMSPEC% /c ""C:\Program Files (x86)\uTorrent\uTorrent.exe" "/MINIMIZED" "%1%"",,hide
;MsgBox, 45787878
WinWait, ahk_class #32770
Winset, top, ,ahk_class #32770
WinActivate, ahk_class #32770
return

