systemutil.run "iexplore.exe"
set oShell = CreateObject("wscript.shell")
oShell.Run "IEXPLORE.EXE"
set oIE = createObject(InternetExplore.Application)
oIe.Visible = True
OIE.Navigate = "baidu.com"
systemutil.run "iexplore.exe"
set oShell = CreateObject("wscript.shell")
oShell.Run "IEXPLORE.EXE"
set oIE = createObject(InternetExplore.Application)
oIe.Visible = True
OIE.Navigate = "baidu.com"