Re: how to start a command asyncronous in the backgroun on W2K

2004-04-19 Thread aroushdi
Jenda Krynicky wrote: From: aroushdi <[EMAIL PROTECTED]> I am writing a script to ask for some variables , construct the command then launch the command with qx or backtick . The command works fine . My problem is that the command monopolizes a console session ( I can kill it and my

how to start a command asyncronous in the backgroun on W2K

2004-04-16 Thread aroushdi
I am writing a script to ask for some variables , construct the command then launch the command with qx or backtick . The command works fine . My problem is that the command monopolizes a console session ( I can kill it and my fired command still works ) . what i need is to fir the command in th

how to start a win command async

2004-04-16 Thread aroushdi
Hi everybody, i am having a script which asks for some variables i take these variables and construct the command . the command works fine using the qx /command/ or the back ticks . my problem is that i want to return to the perl program and exit nicely . otherwise i endup with a console window w