Jump to content

Running Scripts


Recommended Posts

Just using Run should work?

do some code....
do some code....
do some code....
do some code....
do some code....
do some code....
    Run("C:\MYSCRIPT.exe") ; This will run and then continue without waiting... atleast does for me.
do some more code....
do some more code....
do some more code....
do some more code....

They call me MrRegExpMan

Link to comment
Share on other sites

Yeah it hung on that again. I just want it to start another script and then continue execution.

Run() doesn't "hung" anything. You must be using RunWait(). Use Run() and it will be fine.
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...