HttpCopy is a command line utility that lets you copy a web file or web page to a local file. It may be used in a batch file to copy some live data from a web server to the local disk.
httpcopy http://www.google.com/images/logo.gif c:\temp\GoogleLogo.gif
httpcopy http://www.faqs.org/rfcs/rfc822.html c:\temp\rfc822.html
httpcopy http://www.somedomain.com/dynamic_content.php?a=1&b=2&c=3 c:\temp\staticpage.html