批处理启动IE浏览器

@echo off
< "%~f0" more +4 > MEYN.vbs
cscript //nologo MEYN.vbs & del MEYN.vbs
goto :eof
set ierunner = CreateObject("wscript.shell")
ierunner.run "cmd /c start iexplore http://baidu.com",0
wscript.sleep 1000
ierunner.sendkeys " {TAB}"

你可能感兴趣的:(浏览器,IE,cmd)