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?