in reply to How to prevent the perl script from skipping execution of certain batch files?

You need to find out why the batch file has not been executed. You may need to test $? and/or $! or even $^E, depending on how you are running the batch files. There are many ways of doing that, and without seeing your code we can only guess.
  • Comment on Re: How to prevent the perl script from skipping execution of certain batch files?