I installed wamp server and a copy of the Symfony2 framework. I am trying to create a Bundle, using the following command:
php app/console generate:bundle --nam
First check the Environment Variable which is in Advanced system setting -> set path of C:/wamp/www/bin/php and then
C:/wamp/www/bin/php
run cmd->go to the directory of your project which is in www folder using cd C:/wamp/www/yourproject
C:/wamp/www/yourproject
use then user php app/console that shows the all command.
php app/console