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

2004-04-19 Thread Jenda Krynicky
From: Paul Johnson <[EMAIL PROTECTED]> > On Fri, Apr 16, 2004 at 04:42:13PM +0200, Jenda Krynicky wrote: > > From: Gary Stainburn <[EMAIL PROTECTED]> > > > On Friday 16 Apr 2004 3:00 pm, Jenda Krynicky wrote: > > > > > > > > And if you want system() start the program and return > > > > immediately

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

2004-04-19 Thread Paul Johnson
On Fri, Apr 16, 2004 at 04:42:13PM +0200, Jenda Krynicky wrote: > From: Gary Stainburn <[EMAIL PROTECTED]> > > On Friday 16 Apr 2004 3:00 pm, Jenda Krynicky wrote: > > > > > > And if you want system() start the program and return immediately > > > you just use it like this: > > > > > > system( 1,

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 fired command

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

2004-04-16 Thread Jenda Krynicky
From: Gary Stainburn <[EMAIL PROTECTED]> > On Friday 16 Apr 2004 3:00 pm, 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

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

2004-04-16 Thread Gary Stainburn
On Friday 16 Apr 2004 3:00 pm, 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 consol

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

2004-04-16 Thread Jenda Krynicky
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 fired command still works )