- @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 3000
- ierunner.sendkeys "admin"
- ierunner.sendkeys "{TAB}"
- ierunner.sendkeys "admin"
- ierunner.sendkeys "{TAB}"
- os.sendkeys "{ENTER}"
复制代码 谁能把这个在往下延续一下,在路由里设置宽带帐号和密码。然后保存退出。 |