I have the code for doing it in VB Script...

Can you use DOS to call a VB Script?


URL = "http://www.someaddress.com";

Set WshShell = WScript.CreateObject("WScript.Shell")
 Set http = CreateObject("Microsoft.XmlHttp")
http.open "GET", URL, FALSE
http.send ""
 set WshShell = nothing
set http = nothing


On Thu, Oct 28, 2010 at 10:08 AM, Ian Skinner <h...@ilsweb.com> wrote:

>
>  On 10/28/2010 10:00 AM, Dave Watts wrote:
> > Use a program like wget or cURL.
>
> Any suggestions for where to get wget?  My first search attempts ended
> up in ancient (1997) ports and broken links.
>
> TIA
> Ian
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338650
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to