1.

Solve : Perl-Continue to Next Line?

Answer»

Thanks to another FORUM MEMBER I was able to get a script to work that executes a batch  script. My problem now is I need the Perl script to continue to the next line of code while the batch script is running.  The Perl script wants to stop and wait til the batch script is finished before it goes to the next line. The batch script creates a video file in real time, the next line of code uses "Location:" to direct the user to the location where the video file is LOCATED. Any help in getting the Perl script to continue would be much appreciated.
Sorry for not getting to this until 21 days later, but if your still out there looking for a solution try ADDING START before the batch file that is called to process, this should start the batch and skip to the next line of the perl script. This is assuming that your calling the batch by system ( ); call.

The batch should run in a new window, and the perl will continue to run in its own shell window.



Discussion

No Comment Found