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.

link|improve this question
feedback

migrated from stackoverflow.com Apr 1 '11 at 13:04

This question came from our site for professional and enthusiast programmers.

1 Answer

I just found that there is an option starts with which is optional but you have to put the path till the folder of your bat file in this option to make the bat run properly. Now the bat file works!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown