登录 注册
当前位置:主页 > 资源下载 > 50 > 路由器自动登录批处理程序

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

  • 更新:2024-06-27 14:29:44
  • 大小:340B
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:VB - 硬件开发
  • 格式:BAT

资源介绍

自动登入路由器批处理程序 @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}"