分类: LINUX
2010-08-17 13:52:35
引言:
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
不知道你是否看懂?每关系接着往下走。。。。。。。
我们都知道wget这个工具是Linux、Unix下才能使用的。那么windows平台下到底可否使用?答案是确定的可以的!!!
请从下面链接下载wget(1.11.4) for win: 。下载完成后,解压出wget.exe文件,把它放到c:\windows\sytem32目录下。
进入命令行
运行---cmd----- wget 即可生效 。wget或者whet.exe --help 你看到会更对哦。。。
下来我们测试以哈:
怎么样??不错吧!赶快去尝试吧。。。。。
详细内容见 。。。。