0
点赞
收藏
分享

微信扫一扫

通用循环bat脚本

酷子腿长一米八 2022-02-14 阅读 47
linux

@ECHO off
chcp 65001
set i=1
:LOOP
adb shell xxx.xxxx
set now_time=%time:~0,2%:%time:~3,2%:%time:~6,2% & set /a i=i+1 & call echo 当前运行第%i%次,当前时间为%now_time% & GOTO LOOP
pause 

举报

相关推荐

0 条评论