cron.php task

Ask your questions regarding TimeTrex installation here.
Locked
poopa
Posts: 57
Joined: Tue Dec 05, 2006 7:02 am

cron.php task

Post by poopa »

Hi,
I just finished installing your application and test the payroll system a little bit.
it really looks nice! great job guys.

during the installation i was prompt to run this at the command prompt:
schtasks /create /tn "TimeTrex Scheduled Jobs" /tr "php-win.exe D:\Program Files\xampp\htdocs\TimeTrex\classes\modules\core\..\..\..\maint\cron.php" /sc minute

I run it and it added a scheduled task to windows XP.
however, the task's status is "could not start". when right clicking on it and the clicking run it doesnt seem to change anything.
any suggestions?

Thanks in advance.
mikeb
Posts: 709
Joined: Thu Jul 27, 2006 11:58 am

Re: cron.php task

Post by mikeb »

poopa wrote:Hi,
I just finished installing your application and test the payroll system a little bit.
it really looks nice! great job guys.

during the installation i was prompt to run this at the command prompt:
schtasks /create /tn "TimeTrex Scheduled Jobs" /tr "php-win.exe D:\Program Files\xampp\htdocs\TimeTrex\classes\modules\core\..\..\..\maint\cron.php" /sc minute

I run it and it added a scheduled task to windows XP.
however, the task's status is "could not start". when right clicking on it and the clicking run it doesnt seem to change anything.
any suggestions?

Thanks in advance.
Is php-win.exe in your path? If not, maybe try using the exact path to that file.
TimeTrex Community Edition is developed and supported by volunteers.
Help motivate us to continue by showing your appreciation!
poopa
Posts: 57
Joined: Tue Dec 05, 2006 7:02 am

Post by poopa »

that worked!
wow, thanks.

Im gonna start playing with timetrex now.
Locked