Might be interesting, as cronjobs (sheduling scripts in general) is something often discussed here. Still, developers using the win32 platform, might have issues due to the lack of *nix's cron.nnCron is an advanced and very powerful scheduler, scripting tool and automation manager. nnCron is very small in size (620k), but its capabilities are truly colossal. Besides possessing the traditional scheduler features (starting programs, displaying reminder messages and opening documents at specified time), nnCron also can: ... (se website for a list of features)
Want to shedule php on windows? (Like *nix cron)
Moderator: General Moderators
Want to shedule php on windows? (Like *nix cron)
http://www.nncron.ru/
-
Cruzado_Mainfrm
- Forum Contributor
- Posts: 346
- Joined: Sun Jun 15, 2003 11:22 pm
- Location: Miami, FL
does anyone have any good examples with using this, or CRON in general?
edit :
found it at
http://www.nncron.ru/nncronlt/help/help.htm
edit again : found another method of doing this :
Start menu... control panels... scheduled tasks
Add scheduled task... browse... select PHP executable
Go to the new task, right click, properties, then change the 'Run' box to, for example
C:\php\php-cli.exe c:\cygwin\var\www\html\fluentqueue\bgcall.php
you can set it to execute at whatever time or day you want.
edit :
found it at
http://www.nncron.ru/nncronlt/help/help.htm
edit again : found another method of doing this :
Start menu... control panels... scheduled tasks
Add scheduled task... browse... select PHP executable
Go to the new task, right click, properties, then change the 'Run' box to, for example
C:\php\php-cli.exe c:\cygwin\var\www\html\fluentqueue\bgcall.php
you can set it to execute at whatever time or day you want.