Can anyone help me here? What I want to do:
Get a program that will ping a website like google or yahoo or something and if it cannot ping it for 5 minutes run a bat file to shutdown & restart the computer?
shutdown /r /t 20 /m \\[name] /c "Computer is shutting down" /f
For some reason if my cable connection goes down my computer will not automatically renew (since it's a static ip) & it looses the dns servers which cause it to think it's connected, but not actually be connected

. AN easy way to fix it is to repair it from network connections but that seems more complcated for a script then to just ping somewhere and run a script if it fails..
Any programmers wanna have a go at this?