@echo off
set reboot_time=0
:start
call adb -s 0123456789ABCDEF reboot
set DATESTAMP=%DATE%
set TIMESTAMP=%TIME%
set DATEANDTIME=%DATESTAMP%_%TIMESTAMP%
echo Date and time: %DATEANDTIME%
echo reboot_time=%reboot_time%
ping 127.0.0.1 -n 45>nul
set /A reboot_time = %reboot_time%+1
goto start
@echo on

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2021-11-12
  • 2021-05-12
  • 2021-10-17
猜你喜欢
  • 2022-03-05
  • 2022-02-03
  • 2021-12-15
  • 2021-06-27
  • 2022-02-04
  • 2022-01-31
  • 2022-02-28
相关资源
相似解决方案