I want to schedule the perl script on windows server but without using windows task schedule services. I want to write my own script which scedules the script and runs periodically on same day may be after some interval say 1 hour.
I tried installing the Schedule AT module this is not supported on windows. And also TaskSchedule module but there is option of repeating the jobs, it will only do it either on specific DOM or DOW.
Please help me out in this.
I tried installing the Schedule AT module this is not supported on windows. And also TaskSchedule module but there is option of repeating the jobs, it will only do it either on specific DOM or DOW.
Please help me out in this.
Comment