gpurusho has asked for the wisdom of the Perl Monks concerning the following question:
OS : Windows 2000
Desc: I need to start several appliactions ( *.exe files). I tried calling the exes one by one but the problem is that it waits for one process to get over before the other exe is invoked. How do i start several applications at the same time ( ie without waiting for hte otehr to get completed). This will save a lot of time for me as these process are independent of each other.
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Invoke multiple applications
by BrowserUk (Patriarch) on Oct 19, 2004 at 17:01 UTC | |
|
Re: Invoke multiple applications
by ikegami (Patriarch) on Oct 19, 2004 at 16:58 UTC | |
|
Re: Invoke multiple applications
by Juerd (Abbot) on Oct 19, 2004 at 20:37 UTC | |
|
Re: Invoke multiple applications
by Nitrox (Chaplain) on Oct 21, 2004 at 01:11 UTC | |
by gpurusho (Acolyte) on Oct 21, 2004 at 17:49 UTC |