lakshmi1980
Programmer
I would like to capture the result of windows task scheduling in perl.Basically I will be scheduling a perl job to do some task in windows scheduler in a particular day of a month.It will start 1.15AM morning to perform that task.If the task is successful,we have to capture that and we have to do some FTP of a file to a UNIX box from there we will do another task.If the task is not sucessful it has start after 2 hours for example it has to start executing the program by 3.15AM until it is successful for the whole day.
If the task is successful the scheduler has to stop executing the task.We will do the schedule which will execute the task from 1.15AM in the morning in the day and will execute for every 2 hours for the whole day.Our work is to capture the result of the scheduling and if the job is successful we have to stop the schedular to perform that task.
I created the perl job to execute our job,FTP stuff,Scheduling in Windows and task after FTP of file in UNIX box.The only thing pending is to stop execution of the job after it is successful.
Could able please able to help me out in this??Is there any module in perl useful to play around with windows task scheduling??
If the task is successful the scheduler has to stop executing the task.We will do the schedule which will execute the task from 1.15AM in the morning in the day and will execute for every 2 hours for the whole day.Our work is to capture the result of the scheduling and if the job is successful we have to stop the schedular to perform that task.
I created the perl job to execute our job,FTP stuff,Scheduling in Windows and task after FTP of file in UNIX box.The only thing pending is to stop execution of the job after it is successful.
Could able please able to help me out in this??Is there any module in perl useful to play around with windows task scheduling??