I recently installed Zend Server CE but I can't get php-win to do anything. When I run a cmd script using the standard php call it works perfectly but any call using php-win just fails to do anything. No output; nothing.
For example:
php C:\path\to\script
The above works.
But the below doesn't do anything:
php-win c:\path\to\script
Any ideas?