美文网首页
Shell脚本判断手机连接网络状态

Shell脚本判断手机连接网络状态

作者: lichao3140 | 来源:发表于2017-02-07 21:24 被阅读0次

    @echo off

    :start

    for /f "tokens=*" %%a in ('adb shell ping -c 1 -w 1 192.168.255.2^|findstr from') do echo %time% %%a >>d:\ping.txt

    ping -n 2 127.0.0.1

    goto start

    相关文章

      网友评论

          本文标题:Shell脚本判断手机连接网络状态

          本文链接:https://www.haomeiwen.com/subject/nhzzdttx.html