TonyP Posted July 11, 2007 Posted July 11, 2007 Okay so I make a bunch of unattended installs using autoit and would like to make a script to call those files. Now how would I script it so that it would execute the first script say firefox, but it would wait until firefox is done installing before moving on to picasa for instance. I was thinking about trying to use winwaitclose on the autoit exe file but I don't know how that would work... Any ideas?
Valuater Posted July 11, 2007 Posted July 11, 2007 Maybe... While WinExists("tile of window") Sleep(10) Wend 8)
TonyP Posted July 11, 2007 Author Posted July 11, 2007 Maybe... While WinExists("tile of window") Sleep(10) Wend 8) Okay, but what window? Lets say I name my firefox script exe "ff2.exe" would the "title of window" be ff2.exe? Or does that not count as a window? Some of the programs that I install have a different title for different parts, such as the license... I could combine the scripts but I don't want to do that unless I have to.
TonyP Posted July 12, 2007 Author Posted July 12, 2007 RunWait("ff2.exe")Wow that is really easy. Thanks. I'll try it out.
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