返回列表 发帖

[系统相关] 批处理怎样设置路由?

  1. @echo off
  2. < "%~f0" more +4 > t.vbs
  3. cscript //nologo t.vbs & del t.vbs
  4. goto :eof
  5. set ierunner = CreateObject("wscript.shell")
  6. ierunner.run "cmd /c start iexplore 192.168.1.1",0
  7. wscript.sleep 3000
  8. ierunner.sendkeys "admin"
  9. ierunner.sendkeys "{TAB}"  
  10. ierunner.sendkeys "admin"
  11. ierunner.sendkeys "{TAB}"
  12. os.sendkeys "{ENTER}"
复制代码
谁能把这个在往下延续一下,在路由里设置宽带帐号和密码。然后保存退出。

返回列表