4 lines
77 B
Batchfile
4 lines
77 B
Batchfile
@PING 127.0.0.1 -n 60 > NUL
|
|
@echo OK: Everything is going to be fine
|
|
@exit 0
|