Re: background process creation
From: Alexis Huxley (ahuxley_at_gmx.net)
Date: 07/29/04
- Next message: Donnie: "Re: Problem on using grep/egrep"
- Previous message: Ben: "Re: Removing single quote from filenames (recursively)"
- In reply to: googler: "Re: background process creation"
- Next in thread: Ed Morton: "Re: background process creation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Jul 2004 21:18:24 +0200
> i tried this
> $PRGM = "some exe args &"
> ..
> ..
>
> $PRGM ;
PRGM="some exe args"
$PRGM &
Alexis
- Next message: Donnie: "Re: Problem on using grep/egrep"
- Previous message: Ben: "Re: Removing single quote from filenames (recursively)"
- In reply to: googler: "Re: background process creation"
- Next in thread: Ed Morton: "Re: background process creation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]