how to to script to downlaod a file given in a http url
From: gg (gg_at_nomail.nil)
Date: 02/05/05
- Next message: Joe Fawcett: "Re: how to to script to downlaod a file given in a http url"
- Previous message: javarra: "Re: InternetExplorer GetObject fails"
- Next in thread: Joe Fawcett: "Re: how to to script to downlaod a file given in a http url"
- Reply: Joe Fawcett: "Re: how to to script to downlaod a file given in a http url"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 4 Feb 2005 22:48:21 -0700
how to script to download a file given in a http url without user
intervention and still be able to control where the file is save?
I tried
Const myFileUrl = "http://www.mysite.com/somedirectorypath/somefilename"
Dim oIeDnLod
set oIeDnLod = CreateObject("InternetExplorer.Application")
oIeDnLod.navigate(strUrl)
do until oIeDnLod.readystate = 4
wscript.sleep 20
loop
...
But that result in a window dialog prompt.
what is a better approach? am I using the wrong tool?
- Next message: Joe Fawcett: "Re: how to to script to downlaod a file given in a http url"
- Previous message: javarra: "Re: InternetExplorer GetObject fails"
- Next in thread: Joe Fawcett: "Re: how to to script to downlaod a file given in a http url"
- Reply: Joe Fawcett: "Re: how to to script to downlaod a file given in a http url"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading