Small code with powerful results, the occasional opinion … and beer. 

21 Feb 2009
Scraping… in VBScript

So this is a tidbit I discovered while cleaning out some files.  It is a VBScript class to do basic scraping, and a test script to validate the methods in the class–and scrape a web page to an XML document.  The WSF file is the execution file, which links the two VBS source files together.  […]

06 Sep 2007
Deleting Old Files

I’ve had this script around for some time, and thought I would share it. There are many utilities that will do this, but this one is designed for VBScript, and uses regular expressions for the file pattern. This allows for almost surgical removal of files from a working folder or archive folder. I’ve used this […]