2021-06-20 20:20:01 +08:00

5 lines
52 B
Batchfile

@echo off
:check
ping 127.0.0.1 > nul
cls
goto check