zzen11 Posted March 23, 2006 Posted March 23, 2006 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
GaryFrost Posted March 23, 2006 Posted March 23, 2006 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!Zset 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.
zzen11 Posted March 23, 2006 Author Posted March 23, 2006 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
Valik Posted March 23, 2006 Posted March 23, 2006 Is there a way to suppress the error dialog from autoit?Write good code?This has been asked before. Search the forum.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now