0

Possible Duplicate:
Is it possible to download using the Windows command line?

Let's say you are on a Windows XP machine without a browser. Without using another computer to download and save to a USB drive, how might you use the Windows command line to download a browser? I'm assuming curl isn't installed, but there must be some sort of command available.

Andrew
  • 15,494

1 Answers1

0

Do not know of a native downloader. I use unxutils and it includes wget

Alternatively there is wget for window.

If you have powershell installed, the following might work as well Earlier discussion on similar question.