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 Resume Next means that On Error, It will resume to the next line to resume.
e.g. if you try the Try block, That will stop the script if a error occurred