September 24, 200718 yr Anyone knows of a software that is checking the internet connection ?? Like (pinging google every 5 min and making a log of this ?? )Thanks
September 24, 200718 yr Monitor.bat::Againping -n 1 google.com ¦ find "TTL=" >NULif errorlevel 1 goto Failecho OK %DATE% %TIME% >>logfile.txtgoto Wait:Failecho FAIL %DATE% %TIME% >>logfile.txt:Waitping -n 300 127.0.0.1 >NULgoto Again Edited September 24, 200718 yr by Mijzelf
September 24, 200718 yr Technically, if we're testing a network connection with this, it would be wise to include the packet size:ping -l 1500 -n 1 google.comorping -l 1492 -n 1 google.com
September 24, 200718 yr Author I copied and i create the batch file, but for some reason it fails from the beginning. !? and the inet works here
September 24, 200718 yr Hmm. Some character translation error. In the file, retype the |./Edit. Too late. You're welcome. Edited September 24, 200718 yr by Mijzelf
Create an account or sign in to comment