Specifically I’m looking at Symphony and I’m running through this page. It suggests that I launch a file using command line.
OS: Windows Visa 32
Any help?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open a command line, and type
(Press Enter after that).
If you’re trying to execute php on Windows, you need to set up your PATH variable to include the php binary directory beforehand.
If you’re on a POSIX-compatible system (Linux/Mac OS X) and you’re getting a “command not found error message”, you need to install php and its CLI interface, often in a package
php-clior similar.