| Login

Search this Blog


Links I like to keep around




Here are the most recent postings to this blog. Use the archive calendar or search to find other entries.
Mar17

Written by:R Teachout
3/17/2007 2:09 PM

Just save the following in a txt file with a vbs extention.  You can then setup a scheduled task to run this script when needed.

Set objXMLHttp = Wscript.CreateObject("Microsoft.XMLHTTP")
objXMLHttp.Open "GET","http://www.domain.com/page.asp",false
objXMLHttp.send

Set objXMLHttp = nothing

Tags:

To succeed in the world it is not enough to be stupid, you must also be well-mannered.
-Voltaire

Inspired by Nina