chcp 65001
@echo off
echo 开始滑动
set str =0
:start
adb -s A5R7N18B09007926 shell input swipe 100 850 100 100
ping -n 10 127.1>nul
choice /t 1 /d y /n >nul
set /a str+=1
cls
echo 滑动次数 %str%
goto start
chcp 65001
@echo off
echo 开始滑动
set str =0
:start
adb -s A5R7N18B09007926 shell input swipe 100 850 100 100
ping -n 10 127.1>nul
choice /t 1 /d y /n >nul
set /a str+=1
cls
echo 滑动次数 %str%
goto start
本文标题:模拟手机定时上滑
本文链接:https://www.haomeiwen.com/subject/ltgcoctx.html
网友评论