Page 1 of 1

cron jobs

PostPosted: September 1st, 2006, 11:22 pm
by msyoung@codeplex
What is the best way to convert cron job functionality when loading the php project into vs studio.net 2005?

RE: cron jobs

PostPosted: September 2nd, 2006, 11:13 am
by Lada Prosek
You use cron jobs to execute PHP scripts and you're asking what's going to change when you switch from PHP to Phalanger? Well, instead of executing "php myscript.php", you'll execute "myscript.exe" (or "mono myscript.exe").

You mention VS in your post, which confuses me a bit. Can you provide more details?