wget in windows cmd code example
Example 1: install wget
apt-get install wget
Example 2: cmd download file
bitsadmin.exe /transfer "JobName" http://download.url/here.exe C:\destination\here.exe
apt-get install wget
bitsadmin.exe /transfer "JobName" http://download.url/here.exe C:\destination\here.exe