Is there a wget or cURL type command line utility native to Windows Vista? How does it work?
|
There is no wget alternative really, you can use Wget for Windows and assign the path in your Environment Variables to get it working how you want? |
|||||||
|
|
Native to Windows (comes preinstalled, and depends on "bits" Windows service): bitsadmin Can do what wget does, and prolly more (you can control an ongoing job via api like commands - for example you can get status speed and cancel if it is too slow) http://msdn.microsoft.com/en-us/library/windows/desktop/aa362813(v=vs.85).aspx Example usage from my own experience (you can do parallel downloads in the same .bat, or do sequencial downloads in the same job):
|
|||||||
|
|
It seams you only need to download a alternative browser. You can use this command to download Mozilla Firefox with the command prompt:
This launches also the internet explorer, but only with a basic feature set. This should work even if internet explorer is broken (in most cases). You can also use the FTP-Command. Type into the command prompt following commands:
|
||||
|
|
|
Powershell v3 CTP1 comes with a command like wget/curl. It's called Invoke-Web-Request. To learn more, you can visit this post: http://rambletech.wordpress.com/2011/09/21/windows-powershell-v3-includes-command-like-wgetcurl/ |
|||||
|
|
Native cURL for Windows is available here. There are many flavors available- with SSL support, without SSL support. You don't need the extra baggage of cygwin and the likes, just one small exe file. |
|||
|
|
|
I often use PowerShell for simple things:
or |
|||
|
|
wget.exein the IIS Administration Pack. – paradroid Jun 20 '11 at 19:41