Download a website's source with VBS
- From: "Alex" <samalex@xxxxxxxxx>
- Date: 9 Jun 2006 08:57:55 -0700
Hello everyone,
Okay probably a simple question, but I'm very green to VBS and I can't
find this anywhere! In the Unix world I use wget to download just the
source file for a given website, but I need to do this same thing in
Windows and preferably with VBS.
Basically what we're doing is downloading an xml file from a vendor's
website then importing it into our MS SQL database via a VBS script
(using QLXMLBulkLoad). I have this part working, but I now need to
download the xml file from the web server. Ideally I'd like to put
this download routine before the code that imports the XML content, but
that's my delimma -- I dunno how to write it :)
Thanks for any suggestions or pointers into the right direction. Take
care --
Alex
.
- Follow-Ups:
- Re: Download a website's source with VBS
- From: Si Ballenger
- Re: Download a website's source with VBS
- From: Steve Fulton
- Re: Download a website's source with VBS
- Prev by Date: Cycle through variables
- Next by Date: Re: Cycle through variables
- Previous by thread: Cycle through variables
- Next by thread: Re: Download a website's source with VBS
- Index(es):
Relevant Pages
|
Loading