Using wget with proxy on windows
If the enviroment variable http_proxy is set wget will automaticly use it
set http_proxy=http://12.34.56.78
wget -proxy on http://iserver09.example.com/
set http_proxy=
If the enviroment variable http_proxy is set wget will automaticly use it
set http_proxy=http://12.34.56.78
wget -proxy on http://iserver09.example.com/
set http_proxy=