I’m using EasyPHP 5.2.10 and want to run the program with command line arguments. Whenever I type in php -anything
it always says “command not found”. I’m running Windows 7. Is this possible to do with EasyPHP and PHP or do I need to use something else?
Ultimately I want to type something into the command line to run the program with an argument.