mf-zl

|
Posted: Wed Aug 17, 2011 03:31 Post subject: |
|
|
dude вариант без батника: Code: | #Persistent
#NoTrayIcon
#SingleInstance force
SetTimer, NoConfirm, 0
RunWait, TOTALCMD.EXE
ExitApp
NoConfirm:
WinWait, ahk_class TInpComboDlg,, 1
ControlSend, TButton5, {Enter}, ahk_class TInpComboDlg
Return
|
|
|