Can someone show me the AutoIt script that will immediately close a window
that appears on the desktop as soon as it appears if the Window Title and contents are known?
Script to close window immediately when it appears.
Started by
taylormade
, Feb 26 2008 03:05 PM
2 replies to this topic
#1
Posted 26 February 2008 - 03:05 PM
#2
Posted 26 February 2008 - 06:20 PM
[code=auto:0]while 1Can someone show me the AutoIt script that will immediately close a window
that appears on the desktop as soon as it appears if the Window Title and contents are known?
sleep(100)
if WinExists("NAME","Text") then WinClose("NAME")
Wend
Edited by ReaImDown, 26 February 2008 - 06:21 PM.
~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs
#3
Posted 26 February 2008 - 09:19 PM
Per your PM I would have posted the same thing as ReaImDown
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





