ErrorLevel WinWait, MyWindow,, 1
if ErrorLevel ; i.e. it's not blank or zero.
MsgBox, 16,, The window does not exist.
else
MsgBox, The window exists.
参考 |
|
ErrorLevel WinWait, MyWindow,, 1
if ErrorLevel ; i.e. it's not blank or zero.
MsgBox, 16,, The window does not exist.
else
MsgBox, The window exists.
参考 |
|