I run this script continuously because of the problem I mentioned here:
https://www.contractoruk.com/forums/...broadband.html
test.bat
test > out.txt
https://www.contractoruk.com/forums/...broadband.html
test.bat
Code:
@echo off :loop echo ======== %TIME% ping -n 1 www.google.co.uk echo. timeout /t 60 /nobreak > NUL goto loop
Comment