Hi,
I am using:
This code opens up a separate command screen from the main process and runs independent of it. I have this code in a loop so there are about 4 cmd screens open at once. The question I have is: Is there a way to make it so the cmd screens don't pop up and instead are invisible and exit after the command is completed?
Thanks.
I am using:
Code:
system("start $command") and die $!,$?,$^E;
This code opens up a separate command screen from the main process and runs independent of it. I have this code in a loop so there are about 4 cmd screens open at once. The question I have is: Is there a way to make it so the cmd screens don't pop up and instead are invisible and exit after the command is completed?
Thanks.