in reply to how to run multithreaded perl using batch file

This sounds like a Windows batch file question. The probable problem is that you just put the program name in the batch file instead of using the start command. like perhaps: start myperlprog.pl /wait At your Windows command prompt, type "help start" read this carefully.
  • Comment on Re: how to run multithreaded perl using batch file