[Upload beta] another log attempt

This commit is contained in:
zilmar 2015-09-29 15:04:21 +10:00
parent 48814b3c37
commit e27adf67ac
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ function CreateIeWindow ()
Set IE = WScript.CreateObject("InternetExplorer.Application", "IE_")
if not IE is nothing then
WScript.StdOut.WriteLine count & ": Created Internet Explorer"
WScript.StdOut.WriteLine IE.HWND
IE.Visible = True
WScript.StdOut.WriteLine IE.HWND