t.vbs cscript " /> t.vbs cscript "/>
  1. 首页
  2. 网络技术
  3. 网络基础
  4. 路由器设置批处理

路由器设置批处理

上传者: 2019-03-04 22:30:11上传 BAT文件 359B 热度 18次
快速进入路由器@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" ier
下载地址
用户评论
BQsky 2025-01-07 06:12:35

感谢博主,谢谢