willwatters 0 Posted May 19, 2005 I'm using autoit to test various applications are working correclty. What is the code for exceptional/unexpected errors so it will detect any unexpected errors so i can log it to file? Share this post Link to post Share on other sites
Nutster 3 Posted May 19, 2005 Take a look at the @Error macro in the help file. Does this do what you need? If you are calling other programs with RunWait(), check the return value. David NuttallNuttall Computer ConsultingAn Aquarius born during the Age of AquariusAutoIt allows me to re-invent the wheel so much faster.I'm off to write a wizard, a wonderful wizard of odd... Share this post Link to post Share on other sites