download file from website windoes code example
Example 1: how to download files using cmd
curl http://example.org/picture.jpg
Example 2: download file by command line windows
iwr -outf index.html http://superuser.com
curl http://example.org/picture.jpg
iwr -outf index.html http://superuser.com