WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

XML
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Download RSS Feed File

 Keywords: Download Read RSS Feed File XML MSXML2.XMLHTTP 

strURL="http://google.blogspace.com/index.xml"
rssfeedfile = "d:\temp\googlefeed.xml"
objHTTP = ObjectCreate("MSXML2.XMLHTTP")
objHTTP.Open("GET", strURL, @FALSE)
objHTTP.Send()
rssfeeddata = objHTTP.ResponseText
;Pause('rssfeeddata', rssfeeddata)
FilePut( rssfeedfile, rssfeeddata )
Run(rssfeedfile,"")
Exit

Article ID:   W18490
Filename:   Download RSS Feed File.txt
File Created: 2009:08:19:11:37:24
Last Updated: 2009:08:19:11:37:24