Create file iexplore.vbs and edit via text editor
Set objIE = CreateObject("InternetExplorer.Application") objIE.Navigate "google.com" objIE.Visible = 1