Jump to content

Parallel Tasks with AutoIT


Recommended Posts

Is it possible run multiple tasks with AutoIT in parallel? For example, I need to Map 10 network shares. I have been doing it with netuse function in a batch-file executed in loop with the AutoIT function ShellExecute. I would prefer to use DriveMapAdd Function, as its easier to react to the error messages in the AutoIT script itself.  The disadvantage is if I run a loop 10 times to map network shares, it's executed serially and thus slower.

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