Hi,
I have written a program in console application, it performs a job. If any error occurs, handle it, write it in a log and exit the application.
I have used this exe in windows job scheduler and made it run once a day.
Now, I want, if that particular exception occurs, I need to run the .exe again immediately..
Is any possibility to do that.
Thanks.