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
I'm trying to develop a front-end using php for mpg123 so that various members of my
household don't need to access a shell to start/play music. I'm using something
similiar to exec('$null'), w/ $null being equal to "mpg123 -y -Z --all >/dev/null/ &".
The problem I'm having, is about 5 minutes
4 matches
Mail list logo