WebCatcher by Jeff Peters
Ver. 2001.07.11.01
===============================================================================
WebCatcher is a simple utility that reads a list of URLs, opens each one in
Internet Explorer, and saves a BMP screen shot of the page.

Syntax:

Webcatcher [f=filename][d=seconds][o=serial|named][s=6|8|10|12|99]

Parameters: f - specifies file with list of URLs to read; default is "CapURLS.txt"
            d - specifies delay in seconds that Webcatcher will wait for each 
                URL to load in IE before taking the screenshot.  Default is 10.
            o - specifies naming for output files.  If "serial", output files are 
                named "Dump%serial%.bmp", where %serial% is a serial number.
                If "named", each output file is named using its URL, with special
                characters replaced by underscores.  Example: http://www.myplace.com
                becomes http_www_myplace_com.bmp.  Default is serial.
            s - specifies approximate size of browser window to use.  Screens are
                calculated in screen units instead of pixels, so precise sizes are
                not possible.  Default is 99.
                6  ~= 640x480
                8  ~= 800x600
                10 ~= 1024x768
                12 ~= 1280x1024
                99 = full screen (maximized)
