Date: Thu, 26 Dec 1996 08:38:07 +0200 (IST) From: Eli Zaretskii To: Nissim Chudnoff cc: DJGPP Questions Subject: Re: popen(...) VS spawnl In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 24 Dec 1996, Nissim Chudnoff wrote: > If i need to spawn a program, but piped I/O and ENV data don't really > matter, should I use popen() or one of the spawn???() functions? And does > it make a difference either way? Use library function `system'. If you don't care about the I/O of the child program, you don't need `popen'.