Calling nested batch files in Windows 2008 R2 task scheduler
Posted
by
Nisha
on Super User
See other posts from Super User
or by Nisha
Published on 2011-04-01T12:42:44Z
Indexed on
2012/06/23
21:20 UTC
Read the original article
Hit count: 253
I am trying to schedule a batch file in Windows 2008 R2 Server. My batch file internally calls two other batch files. I am trying to schedule this on hourly basis. The schedular calls my batch file correctly but it does not run the other batch files which I am calling internally! Any idea why this is not working?
When I run my batch file manually outside the scheduler... it works! Its only with the scheduler that it cannot run the other batch files. I have already tried the UCA option.
© Super User or respective owner