Guest juliabj Posted June 30, 2004 Posted June 30, 2004 Hi, I'm a newer.I want to do an automation install script.I wrote my script like it: Do $loop=WinWaitActive("Installer") If ($loop=1) Then Sleep(3000) Send("!n") Endif Until $loop=1 After doing it, next window's title'name still is "Installer", How can I recoginze it? and sometimes the button in one window will be enabled after several minutes? How can I do it? I only can use sleep function to wait the button enabled?
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