|
I'm trying to write a script that calls an excutable and returns when that new exectuable is completed.
I can do it with system("/path/to/other_exec") but then any output from other_exec is also displayed in my perl script's window.
Is there a method to have perl open a window/shell, run the other_exec in that new window, and when it is complete, return control back to perl script? The other_exec is not perl.
|
|
|
|
|
|
|
|