diff --git a/Source/Script/upload_beta.vbs b/Source/Script/upload_beta.vbs index 95e785d3d..a3b41593f 100644 --- a/Source/Script/upload_beta.vbs +++ b/Source/Script/upload_beta.vbs @@ -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"