David Overton's Blog and Discussion Site
This site is my way to share my views and general business and IT information with you about Microsoft, IT solutions for ISVs, technologists and businesses, large and small

This blog is purely the personal opinions of David Overton. . If you can't find the information you were looking for e-mail me at admin@davidoverton.com. If you want to narrow down the content consider these links:

Wikio - Top Blogs - Technology

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Ping a remote host then if it times out run a TRACERT and send an email

    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...

(c)David Overton 2006-8