5 lines
52 B
Batchfile
5 lines
52 B
Batchfile
@echo off
|
|
:check
|
|
ping 127.0.0.1 > nul
|
|
cls
|
|
goto check |