Jump to content

Run Time Error Handling


Recommended Posts

Is there a way to suppress the error dialog from autoit? I am looking for some sort of "onerror goto", so I can run the autoIT script completely silent even if there is a run time error.

I bet this question has been asked before, but I searched all over, could not find any example.

Thanks!

Z

Link to comment
Share on other sites

Is there a way to suppress the error dialog from autoit? I am looking for some sort of "onerror goto", so I can run the autoIT script completely silent even if there is a run time error.

I bet this question has been asked before, but I searched all over, could not find any example.

Thanks!

Z

set the option RunErrorsFatal and then you'll have to check for errors

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

This covers only the error coming from the Run or RunWait. Is there a way to cover all the fatal errors when running the autoit script?

Is there a way to suppress the error dialog from autoit? I am looking for some sort of "onerror goto", so I can run the autoIT script completely silent even if there is a run time error.

I bet this question has been asked before, but I searched all over, could not find any example.

Thanks!

Z

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