Re: Simple question
- From: Flash Gordon <spam@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 31 Oct 2005 11:08:27 +0000
Sillaba atona wrote:
I should implement in C POSIX the possibility to have an exec command in background like the command & in bash shell.
I simple used a fork+exec without a wait command in the master process. It seems to be correct, but when I run the programm the cursor disappear until the child process stops.
Any suggestion?
Only one suggestion, please ask on a group where POSIX is topical, such as comp.unix.programmer, not here. On this group we only discus standard C, not the extensions provided by POSIX, Windows or any other system you care to name.
--
Flash Gordon
Living in interesting times.
Although my email address says spam, it is real and I read it.
.
- Prev by Date: Re: program to print a triangle of astericks
- Next by Date: Re: Calendar Program
- Previous by thread: Re: Simple question
- Next by thread: Re: Pointer problem.
- Index(es):