Skorn Posted May 4, 2007 Posted May 4, 2007 Not sure if I worded the topic correctly but here's what I'm doing. I created a small GUI which has several buttons for installing oracle. One to install the server, one the client, one the update, one to config it, etc. Each button is associated with a seperate autoit script which run()'s it and it when it's done it just exit's. I want to add a button that says 'Install ALL'. But in order to do this I would need the script to go back to the GUI and basically say 'Ok I'm done installing oracle client you can run the next script now'. Can anyone help with that one? Thanks
Valuater Posted May 4, 2007 Posted May 4, 2007 (edited) code it to install one after the other and use.. RunWait() This will not allow your script to continue UNTIL the last run/install/job is completed 8) Edited May 4, 2007 by Valuater
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