I came to some VBScript examples, and I saw the statement On Error Resume Next basically at the beginning of the script.
On Error Resume Next
What does it do?
On Error Statement - Specifies that when a run-time error occurs, control goes to the statement immediately following the statement. How ever Err object got populated.(Err.Number, Err.Count etc)