Posts Tagged ‘crontab’

Cron scheduling service

Cron is a Unix based scheduler service. It is an alternative solution to the Windows Scheduled Tasks. You can download a free copy of cron here.
To install cron follow these steps:

Run the application to this folder C:\Windows
Create a file called “crontab” using notepad, and save it without the txt extention. The filename has to be “crontab” [...]