taylormade Posted February 26, 2008 Posted February 26, 2008 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?
ReaImDown Posted February 26, 2008 Posted February 26, 2008 (edited) 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? while 1 sleep(100) if WinExists("NAME","Text") then WinClose("NAME") Wend Edited February 26, 2008 by ReaImDown [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
weaponx Posted February 26, 2008 Posted February 26, 2008 Per your PM I would have posted the same thing as ReaImDown
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now