This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
: Start | |
SET PT=%Date% %Time% | |
ping ww.google.ie -n 1 -w 3000 | find "TTL=" >nul | |
if errorlevel 1 ( | |
COLOR 4E | |
::echo Cannot connect to Internet | |
echo %PT% --------Not Connected--------- >> failurelog.txt | |
echo %PT% --------Not Connected--------- >> Ping.txt | |
timeout 5 > NUL |