C:\Users\WaQas>curl -v google.com
I have curl downloaded from here and installed it following this Q&A.
I tested it with Command Prompt as this below
C:\Users\xxx>curl -v google.com
But I get an error message printed in the Command Prompt,
`curl` is not recognized as an internal or external command.
Any idea what else should I do to make it work or what have I missed?
you probably do not have the path set. Set the environment path (add curl executable bin to the path) and then restart the command prompt. it should work
https://stackoverflow.com/a/43306905/6295712
try these solutions
Method 1:\
add "C:\Program Files\cURL\bin" path into system variables Path right-click My Computer and click Properties >advanced > Environment Variables
Method 2: (if method 1 not work then)
simple open command prompt with "run as administrator"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With