wget not recognized as internal or external command

wget is a third-party program that doesn’t come bundled with Windows, so you need to explicitly install it in order to use it.

You can find (one of) the Windows versions here: http://gnuwin32.sourceforge.net/packages/wget.htm

You will need to add the path of the wget.exe file to your PATH environment variable in order to call the executable as in the batch file above without explicitly specifying the path.

For Windows 10: A good link is available here: https://builtvisible.com/download-your-website-with-wget/

Leave a Comment