Download a File in a Batch File
Posted
by Cristian
on Super User
See other posts from Super User
or by Cristian
Published on 2010-03-08T10:13:13Z
Indexed on
2010/03/09
2:38 UTC
Read the original article
Hit count: 613
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 builtin executable that will download a file to a given directory? This needs to run on XP.
© Super User or respective owner