Jump to content

Recommended Posts

Posted

I tried it, the number of tasks added were consistent, not one was left out but I've yet to test it on a full blown script.

One more question, AutoIt3 commands such as FileMove,etc, will it also take time? Do I need to pause it before it moves on to the next command?

Thank you.

FileMove automatically waits/sleeps (ie: pauses script execution) until the function completes and the file has been moved. I'd say most functions work that way (FileDelete, FileCopy, etc :shocked:).

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