cormanaz has asked for the wisdom of the Perl Monks concerning the following question:
I am tired of doing this and want to write a script that will start everything for me automatically, but I can't figure out how to do it. A perl script using the system function won't work and neither will a dos batch file because those both try to use the same process. I have not tried fork because I'm not sure creating child processes is really what I want to do.
I'd be grateful if someone could point me in the right direction.
Steve
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can I auto-launch multiple perl apps in different command windows?
by Albannach (Monsignor) on Jun 05, 2006 at 23:25 UTC | |
|
Re: Can I auto-launch multiple perl apps in different command windows?
by tinita (Parson) on Jun 06, 2006 at 08:47 UTC | |
|
Re: Can I auto-launch multiple perl apps in different command windows?
by Scrat (Monk) on Jun 06, 2006 at 14:29 UTC | |
|
Re: Can I auto-launch multiple perl apps in different command windows?
by ambrus (Abbot) on Jun 06, 2006 at 18:26 UTC |