I am running multiple batch files in remote machine using a Perl script residing in the local machine and I want to run this batch files for a long duration.
The problem is, the Perl program which is running in the local machine is halting and executing the later commands only after the batch files ends.
I want to run batch files in remote machine and I want to execute the rest of the commands in my Perl script without halting.
Please help me out.