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 )

Re: How to start processes in parallel?

2002-07-02 Thread Casey West
It was Tuesday, July 02, 2002 when Robert Kasunic took the soap box, saying: : Hello, : : I have some shell scripts that I want to start from a perl script on : about 10 hosts via ssh. At the moment I start them one after another. : As you probably can imagine this takes quite a long time. So I w

RE: how to start writing perl and system setup

2002-03-04 Thread Timothy Johnson
For windows xp, the best way to install perl is to check out ActiveState's ActivePerl. Go to http://www.activestate.com/Products/ActivePerl/. You can download a Windows Installer file that will set up the file associations, etc. automatically. -Original Message- From: Venkat Kaza [mail

Re: How to start

2001-06-22 Thread Randal L. Schwartz
> "MPM" == MPM <[EMAIL PROTECTED]> writes: MPM> Randal's had a few programs. Not sure if they are exactly what you need MPM> but its gotta be reasonably close. MPM> Specifically collumns seven and fourteen. MPM> http://web.stonehenge.com/merlyn/WebTechniques/ That's the eternally-rewritten

Re: How to start

2001-06-22 Thread MPM
Randal's had a few programs. Not sure if they are exactly what you need but its gotta be reasonably close. Specifically collumns seven and fourteen. http://web.stonehenge.com/merlyn/WebTechniques/ Scott On Fri, 22 Jun 2001, Joel Divekar wrote: > Hi There > I have been asked to write a program t

Re: How to start

2001-06-22 Thread Jos Boumans
look in the archives, i replied to a few posts already that had the same problem the thread is called "LWP " -something... it shows you how to check all pages on a site for aliveness hth, Jos Boumans Joel Divekar wrote: > Hi There > > I have been asked to write a program to check if links on o