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

You need to check if your perl script actually executed something. How that works depends on how the script runs the batch files. If you do it with system, the documentation describes in detail how you can check for errors.
  • Comment on Re: How to prevent the perl script from skipping execution of certain batch files?