3
Possible Duplicate:
Download a file via HTTP from a script in Windows
I've never done any scripting on Windows but now I need to write a batch file that downloads a file off the Internet (amongst other things). If it was Linux I would use wget
.
Is there a built-in executable that will download a file to a given directory? This needs to run on Windows XP.
1
What makes you think you can't use wget on windows? See http://gnuwin32.sourceforge.net/packages/wget.htm.
– None – 2010-03-08T10:16:18.847There is a somewhat built-in HTTP download command. It comes with the resource kit and it is called bitsadmin.exe . FTP download , on the other hand, can be done with a basic DOS script. – djangofan – 2011-12-23T23:39:24.313