Re: background process creation

From: Alexis Huxley (ahuxley_at_gmx.net)
Date: 07/29/04


Date: Thu, 29 Jul 2004 21:18:24 +0200


> i tried this
> $PRGM = "some exe args &"
> ..
> ..
>
> $PRGM ;

PRGM="some exe args"
$PRGM &

Alexis