Share this page 

Download a file from a batch fileTag(s): Misc Prog HowTo


Using powershell (v3.0+).
powershell -command "Invoke-WebRequest -OutFile bruce.xml http://rgagnon.com/examples/bruce.xml"

If you need more options, an external utility like WGET for Windows is a good choice.