Jump to content

Recommended Posts

Posted

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 :)

Posted (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 by Valuater

NEWHeader1.png

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...