Jump to content

Running Mutiple Scripts From A Script


Recommended Posts

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!

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

as easy as that!

Thanks Jarvis :)

Not a problem. Glad I could be of assistance.

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)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...