I have a Perl script which opens 3 command prompts during execution. Script need those command prompts upto to the completion of that script. But after completion of execution of script, the prompts are still opened. How can i close those prompts at the end of the execution of script.
I have used following script to open new command prompts using perl.