Jump to content

Recommended Posts

Posted

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

Posted

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.

 

Posted

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

Posted

Is there a way to suppress the error dialog from autoit?

Write good code?

This has been asked before. Search the forum.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...