Hi,
We have a bat file that kicks off an executable that does a number of things and then outputs a log file that basically shows if that job was okay or there was an error. This job runs daily Monday to Friday.
Then we have another job that is dependent on that daily job running okay. We need this job to run on the 13th of every month - time is irrelevant - if the log file from the daily job is okay. If the log file is an error, this job should not run. How can we accomplish this?
Glenn