Jump to content

...


 Share

Recommended Posts

Try to use RunWait to figure out if you are overloading the AT command. Or having two instances racing etch other.

Link to comment
Share on other sites

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

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