Find curl in xampp installation

I’m using the snoopy (http://sourceforge.net/projects/snoopy/) for mimicing a browser and logging into a web portal. But to do so securely, it’s asking for the curl location (default is /usr/bin/curl). I can find it on my linux box, but how do I find this on my windows box? I’m using xampp. I can find the php extension php_curl.dll but that doesn’t seem to help.

Any suggestions?

Uncomment the curl line in php.ini and restart XAMPP. Your package might not be detecting curl running from the INI.

Oh yes I forgot to say - curl is running fine from normal php scripts. It’s just that snoopy seems to be wanting the curl binary. Do I even have the binary using xampp?

Is it in the PHP directory for xampp? Can you do a file search on the name of the dll?