Jump to content

Recommended Posts

Posted

Ok not sure if this is possible. Right now I have multiple .exe's that I have seperated due to too many nested If statements. Is it possible for me to run all these If statements at one time without needing to wait for the other to complete. Or is what I am looking for basically multithreading?

Thanks

Posted

If you are asking if you can run a .exe then run another without waiting for the first to finish, then yes. Try Run() or ShellExecute().

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