how to bake on windows xampp environment

Just a small note about the command that we need to run to bake cakephp in windows, xampp environment. Here is this

> start the command promt
> go to php folder,
>run the following command to start baking

php.exe C:/xampp/htdocs/cakeblog/cake/console/cake.php bake

where “C:/xampp/htdocs/cakeblog/cake/console/cake.php” is the path of bake file.
Have Baking!
Posted in CakePhp Tagged: CakePhp