Setting Proxy for a Commmand Prompt
Friday, March 21st, 2008On Windows, if you are trying to run commands which access internet and stuck behind a proxy; here is a quick solution:
set http_proxy=http://username:password@proxy_ip_address:port
Thanks to Jigar Gosar for pointing this out.

