Detailed operation steps of using wget in Windows environment (zip compressed package + environment configuration) [super detailed]

words written in front

  众所周知,wget这个工具是Linux、Unix下才能使用的,但是通过某些方式也可以达到在Windows环境下使用wget的目的。

Steps

1. Download the zip package and decompress it to a custom directory

Download address: Click here
insert image description here
or directly enter https://eternallybored.org/misc/wget/releases/wget-1.20.3-win64.zip in the browser and press Enter.
I unzipped it to D:\MyFile\Tool\wget-1.20.3-win64 here.
insert image description here

2. Configure system environment variables

Right-click My Computer -> Properties -> Advanced System Settings -> Environment Variables -> System Variables -> Click Path -> Click Edit and
add D :\MyFile\Tool\wget-1.20.3-win64 , note that there is a semicolon.
insert image description here

3. Whether the verification is successful

Win + R to open the cmd command window, enter wget -V.

If the following scenario occurs, it is successful.
insert image description here
The above is the detailed operation steps of using wget in the Windows environment (zip compressed package + environment configuration) [super detailed] all content.

Forward: link

Guess you like

Origin blog.csdn.net/Adam897/article/details/127522719