资源介绍
自动登入路由器批处理程序
@echo off
< "%~f0" more +4 > t.vbs
cscript //nologo t.vbs & del t.vbs
goto :eof
set ierunner = CreateObject("wscript.shell")
ierunner.run "cmd /c start iexplore 192.168.1.1",0
wscript.sleep 10000
ierunner.sendkeys "admin"
ierunner.sendkeys "{TAB}"
ierunner.sendkeys "admin"
ierunner.sendkeys "{TAB}"
os.sendkeys "{ENTER}"