On Aug 10, 2011, at 04:44, abhimanyu bv wrote: > Hi euromark, can you please tell me how to configure cron jobs in windows, so > that i can run php script every 10 minutes.
That really doesn't have anything to do with this thread, or this discussion group. I'm sure typing "cron windows" into Google will give you some ideas. If you're specifically interested in how to run a CakePHP script from the command line, then you'll want to read in the CakePHP book about "shells", specifically this section about running CakePHP shells from cron: http://book.cakephp.org/view/1110/Running-Shells-as-cronjobs The information there is UNIX-centric, but hopefully your Google search for information about how to use cron from Windows can help you translate it. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
