Jump to content

cronw


Todd Holley

Recommended Posts

So i would open notepad put in

3-58/5 * * * * /path/to/php -q -f /path/to/mb/include/scripts/cron_dispatch.cron.php /path/to/mb/ cron ENCKEY

And save the file with the .bat extension. Then go into scheduled tasks and tell it to run every day at 12:03 am and it would work correctly?

 

 

Thanks for the help. :)

Link to comment
Share on other sites

.bat files don't understand the time information that is placed in the scheduled task. They also don't understand user information once again that is in the scheduled task.

Use roughly:

/path/to/php -q -f /path/to/mb/include/scripts/cron_dispatch.cron.php /path/to/mb/

 

For more precise google cron and .bat conversion. I'm good at writing my own .bat but trying to write a generic thing like above gets a bit confusing to my head. I keep looking for the hard drive information :p

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Who's Online   0 Members, 0 Anonymous, 27 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use