I have a customer that is complaining that a program, known to us to work, will not send out reports via e-mail. Now this site has Routers locked down tighter then you can imagine because they had been cracked before. I wrote a simple program that logs internet connectivity and connectivity on the local network, and if anyone of the 5 points returns an error, a log is created listing the 5 IPs, the failure and the responce time of the sucessful pings. Now for this site that is locked down, I'm not getting an error log. So I did a test ping and the DOS prompt responded with a destination host unreacable. Now all I did to qualify an "error" is put @error in my code. Would a "destination host unreacable return something that AutoIT qualifies as an error?
Thanks in advance