Hi
I have a file which includes batch file names like :
-----------
car.cc
table.cc
motor.cc
bike.cc
planet.cc
month.cc
-----------
and it works everday.But i would like to check that ,for example when month.cc start to run it must check the all job which are supposed to runs before month.cc.And must check if they run before or not.Every single job must check before jobs which has to work before .if not it must stop running and must give me error message.
I though a way to put all jobname a file and put something in top of every single batch file that when it runs go to that file and check are there job names which are has to work before ?But how.?
Sorry about my explanation .I know it's confusing but i have tried to explain ..
Thanks for any help.
I have a file which includes batch file names like :
-----------
car.cc
table.cc
motor.cc
bike.cc
planet.cc
month.cc
-----------
and it works everday.But i would like to check that ,for example when month.cc start to run it must check the all job which are supposed to runs before month.cc.And must check if they run before or not.Every single job must check before jobs which has to work before .if not it must stop running and must give me error message.
I though a way to put all jobname a file and put something in top of every single batch file that when it runs go to that file and check are there job names which are has to work before ?But how.?
Sorry about my explanation .I know it's confusing but i have tried to explain ..
Thanks for any help.