Date: Thu, 19 Dec 1996 08:39:38 +0200 (IST) From: Eli Zaretskii To: Digital Hippie cc: djgpp AT delorie DOT com Subject: Re: executing files In-Reply-To: <32b6ea24.2158405@news.teclink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 17 Dec 1996, Digital Hippie wrote: > How do I execute an external program without using system()? What's wrong with `system' that you need to avoid it? I think it is the most versatile function for the job you need to do.