wpanther93 Posted April 14, 2010 Posted April 14, 2010 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?
Steveiwonder Posted April 14, 2010 Posted April 14, 2010 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
wpanther93 Posted April 14, 2010 Author Posted April 14, 2010 Alright sounds good. Thanks for the help.
wpanther93 Posted April 14, 2010 Author Posted April 14, 2010 Yeah it hung on that again. I just want it to start another script and then continue execution.
AdmiralAlkex Posted April 15, 2010 Posted April 15, 2010 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. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now