Re: Running system() commands in background
From: Alan J. Flavell (flavell_at_ph.gla.ac.uk)
Date: 10/27/03
- Next message: Alan J. Flavell: "Re: strange effect with [:lower:] in perl"
- Previous message: David Combs: "Re: How to generate this list?"
- In reply to: qazmlp: "Running system() commands in background"
- Next in thread: Michele Dondi: "Re: Running system() commands in background"
- Reply: Michele Dondi: "Re: Running system() commands in background"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 27 Oct 2003 15:00:39 +0000
On Mon, 27 Oct 2003, qazmlp wrote:
> Whenever system("command") is called in a perl script, a new
> (commandline) window opens and shows the execution of the "command".
> What do I need to do if
> I have to run the command in the background?
What you need to do is to read the Windows-specific documentation for
whichever Windows port of Perl you are using.
AFAIR, in the case of ActiveState Perl, it tells you that you'd
execute wperl instead of perl. It worked for me (it's been a while,
which is why I'm suggesting you read the doc instead of just blindly
following anything I might say).
- Next message: Alan J. Flavell: "Re: strange effect with [:lower:] in perl"
- Previous message: David Combs: "Re: How to generate this list?"
- In reply to: qazmlp: "Running system() commands in background"
- Next in thread: Michele Dondi: "Re: Running system() commands in background"
- Reply: Michele Dondi: "Re: Running system() commands in background"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|