1. 首页
  2. 数据库
  3. Oracle
  4. 自动登入路由器批处理程序

自动登入路由器批处理程序

上传者: 2020-11-07 08:43:54上传 BAT文件 340B 热度 16次
自动登入路由器批处理程序 @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" ierunn
下载地址
用户评论