Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting rid of error message...

Status
Not open for further replies.

draylan

IS-IT--Management
Jul 29, 2004
54
SG
Hi. I have a script that I know on the 2nd run it will display an error message like "file not found" but I need to have it run multiple times. Is there a way to supress the error message so there will be no pop-up?

Thanks,

Dave
 
On Error Resume Next?

David Lerwill
"If at first you don't succeed go to the pub"
 
Hello,

I tried that but I still get the VBScript runtime error popup at the end. I was wondering if there is a way to not have that message appear.


Thanks,

Dave
 
Nevermind... i got it. Put that line in the wrong place:)

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top