Skip to Content
0
Former Member
Dec 20, 2013 at 07:03 AM

Schedule based events

60 Views

Hi,

I am scheduling a report from Central Management Console and creating a schedule based event. I want to run a .bat file (success.bat) when the report is successful and another file (failure.bat) when the report has failed. But I don't want to create two separate schedule based events for success and failure. I want to create one event which will be triggered when the report is complete. The event should check whether the report is successful, if so run success.bat, otherwise run failure.bat. How should I do that?