Just curious how do execute a script php style without telling php ?
For example with phpunit, or various other PEAR installations, I can just type in the name of the script located in the bin folder.
Ex: phpunit ... NOT php phpunit ...
Edit: Im using windows
Executing PHP from Windows CLI
Moderator: General Moderators
-
fwycruiser118
- Forum Newbie
- Posts: 9
- Joined: Sat Oct 09, 2010 7:45 pm
- Location: Calif
-
jarofgreen
- Forum Commoner
- Posts: 71
- Joined: Sun Jul 11, 2010 12:40 pm
Re: Executing PHP from Windows CLI
They use a windows batch (.bat extension) file to launch a PHP process. Look for phpdoc.bat in your PHP application folder.