download file by command line windows
snippet in c
download file by command line windows
user7926
iwr -outf index.html http://superuser.com
download file by command line windows
user4880
Invoke-WebRequest -OutFile index.html http://superuser.com