I have three c# console application (Batch Job).
1. Batch A
2. Batch B
3. Batch C
Batch B should be executed once Batch A is done, and Batch C should be executed once batch B is done. Right now i have scheduled in Windows scheduler by fixing time. Is there any way to automate this.
Basically I am looking for one Job to be scheduled which will invoke all above three jobs one by one. Please give me your suggestions.