Jump to content

Recommended Posts

Posted

I have created many scripts for many of my most used programs, but rather than stick the whole code into one script I would like to run the scripts oe by one from another script.

What commands do I need to use to execute a script (Run("program") and then to wait until that program has finished to then run a second program?

Many Thanks!

Posted

If you're scripts are compiled, then Run() will work. If you're wanting to wait for each program to end/close before the next program runs use RunWait().

Does this help?

Jarvis

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Posted

If you're scripts are compiled, then Run() will work. If you're wanting to wait for each program to end/close before the next program runs use RunWait().

Does this help?

Jarvis

as easy as that!

Thanks Jarvis :)

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...