牛刀小试 WGET for Windows (win32)

来源:百度文库 编辑:神马文学网 时间:2024/06/03 05:12:26

牛刀小试 WGET for Windows (win32)

作者: flycentos  时间: 2010-08-17

引言:

     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目录下。

进入命令行

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

下来我们测试以哈:

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

 

 

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