wget alternative for windows “THE POWER SHELL”

Power shell is integrated in Windows 7 .

 

You can do many advanced scripting in it.

To Open PowerShell, open command prompt with cmd , then type powershell.exe

 

To download a file from internet use ,

(new-object System.Net.WebClient).DownloadString(‘url’) > filename.ext

To Know more about windows power shell,

http://en.wikipedia.org/wiki/Windows_PowerShell