Jump to content

Recommended Posts

Posted

I know I can run scripts simultaneously, but I want to call a script from my main one and move on instead of waiting for it to end or return something. Is this possible?

Posted

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

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