Date: Tue, 24 Dec 1996 21:39:29 -0500 (EST) From: Nissim Chudnoff To: DJGPP Questions Subject: popen(...) VS spawnl Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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?