views:

51

answers:

2

I am a newbie - would like to know the method for creating a process on the server that checks the date on a daily basis and will start another process when criteria is met. Thanks

+2  A: 

If we're talking about a Linux server, you might want to look into crontab.

Runcible
+2  A: 

Scheduled tasks on windows. Start->Programs->Accessories->SystemTools->Scheduled tasks.

Alex Reitbort