Monthly Archives: October 2013

VBScript error – The Interface is Unknown

I have some vbscript code as below: Set WshShell = CreateObject(“WScript.Shell”) Set IE = CreateObject(“InternetExplorer.Application”) IE.Navigate (“http://URLOnMyIntranet//?cid=6&c=12&cpc=dt2wJiVUfnQ2″) IE.Visible = True WshShell.AppActivate(IE) IE.Quit When I run it, I got “Interface is Unknown” error for the last line. Did some googling and … Continue reading

Posted in Uncategorized | 1 Comment