Download a File in a Batch File
- by Cristian
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.