I've setup a couple of command files on my WinXP machine so that I can
click on a Cake icon in my Quicklaunch toolbar and have a bake window
display that runs in an endless loop. This makes it real easy to bake
several files in succession. Here's what I did:
1. Create first file, C:\GoBake.cmd with just one line of code:
cmd /k c:\bake.cmd
2. Create second file, C:\bake.cmd with the following lines of code:
C:
cd C:\[path_to_cake]
echo on
:bake
php cake\scripts\bake.php -app app
GOTO :bake
3. Create a shortcut to the first file, then change it's icon (via
it's properties window) to be the favicon.ico distributed with Cake.
4. Copy shortcut to Quicklaunch bar, desktop or where ever.
5. Bake away!
When you're done baking, just close the window. Hope this helps!
NOSLOW
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---