@echo off

setlocal enabledelayedexpansion

set b=/-\ /-\ **

set 速度=1

set 退格=

:b

for /l %%i in (0,1,200) do call :a %%i

goto :b

:a

set/a a=%1%%10

set/a c=%a%%%4

if %a% EQU 0 set/p=▌<nul

if %c% EQU 3 (set/p=^|<nul) else (set/p=!b:~%a%,1!<nul)

ping/n %速度% 127.1>nul

set/p=%退格%<nul

goto :eof

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2021-09-18
  • 2022-12-23
  • 2022-01-29
  • 2021-09-15
猜你喜欢
  • 2022-02-02
  • 2022-01-21
  • 2021-11-20
  • 2022-12-23
  • 2021-09-22
  • 2021-12-16
相关资源
相似解决方案