That's not gibberish; it's the shell script that's being output to the
console because PHP doesn't know what to do with it. Don't call it from PHP,
the shell script will call PHP itself.

First, add both the dir with the PHP executable and the cake console dir to
your system's PATH.

C:\wamp\bin\php\php5.2.5
C:\whatever\the\path\to\cake\console

Then you call the shell script like:

./cake bake ...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to