牛刀小试 WGET for Windows (win32)

引言:

     wget is a command line program. You start it from the command prompt, either command.com in Windows 9x/Me or cmd.exe in Windows 2000/XP. The command prompt can be found in the Start Menu (Accessories).

wget.exe must be placed in your path (e.g. c:\windows) if you want to be able to run it from any directory.

     To retrieve a file: wget http://users.ugent.be/~bpuype/wget/wget.exe

不知道你是否看懂?每关系接着往下走。。。。。。。

我们都知道wget这个工具是Linux、Unix下才能使用的。那么windows平台下到底可否使用?答案是确定的可以的!!!

     请从下面链接下载wget(1.11.4) for win: http://users.ugent.be/~bpuype/wget/ 。下载完成后,解压出wget.exe文件,把它放到c:\windows\sytem32目录下。

win32

进入命令行

运行---cmd-----   wget 即可生效    。wget或者whet.exe --help 你看到会更对哦。。。

wget-help

下来我们测试以哈:

wget

怎么样??不错吧!赶快去尝试吧。。。。。

详细内容见http://users.ugent.be/~bpuype/wget/ 。。。。

你可能感兴趣的:(windows,职场,wget,休闲,牛刀小试)