There is no php-cli.exe in my C:\php\
But there is php.exe, so I tried:
C:\php\php.exe C:\Program Files\Apache Group\Apache\htdocs\script.php
Then I got error:
Status: 404
Content-type: text/html
X-Powered-By: PHP/4.3.3
No input file specified.
There is 'cli' folder in C:\php\ and php.exe in that folder, then I tried:
C:\php\cli\php.exe C:\Program Files\Apache Group\Apache\htdocs\script.php
This time the error is:
Could not open input file: C:\Program.
I need help please.