Wolfshare Posted December 24, 2013 Posted December 24, 2013 Hey, i am using this one: If not winexist("first windows") then run("exit.exe") endif And if there is other chance for windows two with different title, i mean if first windows title would be "Ice" and second "Honey" If not winexist("Ice") then run("exit") endif and how to make to check if not winexist second page? "Honey" Thanks
somdcomputerguy Posted December 24, 2013 Posted December 24, 2013 (edited) If Not WinExist("Ice") And If Not WinExist("Honey") Then Exithttp://www.autoitscript.com/autoit3/docs/intro/lang_operators.htm Edited December 24, 2013 by somdcomputerguy - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
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