[upload Script] ignore errors in CreateIeWindow

This commit is contained in:
zilmar 2015-09-29 14:16:43 +10:00
parent bee483d44b
commit f1fc32c74c
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ PostThread IE
IE.Quit
function CreateIeWindow ()
on error resume next
Set IE = WScript.CreateObject("InternetExplorer.Application", "IE_")
if IE is nothing then
WScript.StdOut.WriteLine "Failed to create InternetExplorer.Application"