DSF2 Posted September 24, 2007 Posted September 24, 2007 Anyone knows of a software that is checking the internet connection ?? Like (pinging google every 5 min and making a log of this ?? )Thanks
Mijzelf Posted September 24, 2007 Posted September 24, 2007 (edited) 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, 2007 by Mijzelf
cluberti Posted September 24, 2007 Posted September 24, 2007 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
DSF2 Posted September 24, 2007 Author Posted September 24, 2007 I copied and i create the batch file, but for some reason it fails from the beginning. !? and the inet works here
Mijzelf Posted September 24, 2007 Posted September 24, 2007 (edited) Hmm. Some character translation error. In the file, retype the |./Edit. Too late. You're welcome. Edited September 24, 2007 by Mijzelf
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now