I have a default cakephp project i used on a lot of projects on win 7, now im trying to use it to bake on win 8.
Im using Xampp for apache/php and cakephp 2.0.
I have defined the system variables on path: C:\xampp\php;C:\xampp\htdocs\crudteste\lib\Cake\Console\;
If i run cake from any folder on command line, it works, but when i run it from the project\app folder it shows an empty string on console;
The same happens if i try to cake bake all on app folder.
I have tryied to access cake console from app folder using ../lib/cake/console/cake but it shows the same empty string.
Can someone help me? Thanks in advance.