Oh yeah, we don't wanna get HUPed!
--- Christian Reiniger <[EMAIL PROTECTED]> wrote: > On
Wednesday 07 March 2001 06:37, you wrote:
> > Hi,
> >
> > Well there are many ways to run a process in the
> > background, my favorite way is detaching the
> process
> > or the program or process from within
On Wednesday 07 March 2001 06:37, you wrote:
> Hi,
>
> Well there are many ways to run a process in the
> background, my favorite way is detaching the process
> or the program or process from within, so if it's a c
> program pretty easy, but incase you dont have the
> source, then you can use this
Hi,
Well there are many ways to run a process in the
background, my favorite way is detaching the process
or the program or process from within, so if it's a c
program pretty easy, but incase you dont have the
source, then you can use this:
exec("mp3123 -y -Z --all 1>/dev/null/ 2>&1 &");
well t
3 matches
Mail list logo