Recently I needed to find out why a connection to a server was failing every so often. I knocked this script up from a few pieces of old wood and a couple of tin cans I had lying around to do just that. It was nicely indented until I pasted it into here :-) Run it using the following command line: cscript <filename.vbs> Setup a scheduled task to run it when you need to. ' Created by Ian Watkins - Oxbridge Technology Ltd - May 2007 On Error Resume Next Set WshShell = WScript.CreateObject("WScript...