I have two executable (E1, E2) where E1 runs every 5 minutes and triggers E2 only when a particular condition is met. I could trigger E2 with changing code in E1 and run E1 via windows scheduler, however the problem is i got couple of more executable with dependency, which can be done by changing code but it adds more complexity in maintenance.
is there any provision in Windows scheduler where i can read the return value from a executable / script and then decide to call another executable? something configurable steps like we have in SQL Job.
I this can be done by BMC Patrol just looking for simpler solution.
Thanks!