I have followed all on this link : How do I install/set up and use cURL on Windows?
But I could not install latest curl 7.50.3 from https://curl.haxx.se/download.html. on windows 7 / 2008 Server R2
I have basically tried below
1. Download Win64 version
2. Unzip
3. Copy curl.exe under /src to C:\Windows (thats my %windir%)
4. Open cmd and type 'curl'
Below is the error im getting
c:\Curl\src>curl
curl:./.libs/lt-curl.c:233: FATAL: couldn't find curl.
I have also added the folder where I have unzipped curl in 'Path' env variable.