-2

I do want to download documentation for me to view it offline but after installing it to this directory :

C:\wget\GnuWin32

when i try to open command prompt and go into that directory and type wget into it.

it says

bash: wget: command not found

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445
bramsky
  • 11
  • 2

1 Answers1

0

As pointed out in the comment you can either add the directory to the path (temporarily via 'set PATH=%PATH%;C:\wget\GnuWin32') or enter the command with leading '.\wget.exe' if you are in that directory.

DrHopfen
  • 752
  • 3
  • 13