Download file from vbscript?

Posted by Eye of Hell on Server Fault See other posts from Server Fault or by Eye of Hell
Published on 2009-06-22T12:47:00Z Indexed on 2012/09/13 15:40 UTC
Read the original article Hit count: 199

Filed under:

I need a script that can be run on freshly installed windows xp+ and download specified files from internet, like http://www.python.org/ftp/python/2.6.2/python-2.6.2.msi Is it any easy way to do it without hand-crafting HTTP/FTP requests or using third-party programs like wget? I can suggest that WScript.CreateObject("internetexplorer.application") will do the magic, but documentation on it is extremely huge and Google is silent, as always :).

© Server Fault or respective owner

Related posts about vbscript