Date: Mon, 10 Aug 1998 09:55:35 +0300 (IDT) From: Eli Zaretskii To: MUHAMMAD101 AT cyberlib DOT itb DOT ac DOT id cc: djgpp AT delorie DOT com Subject: Re: function exec* In-Reply-To: <721A456A0D@cyberlib.itb.ac.id.> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 10 Aug 1998 MUHAMMAD101 AT cyberlib DOT itb DOT ac DOT id wrote: > I still confuse to use function exec* like > execl,execle,execlp,execlpe,etc It's all described in the library docs. From the DOS prompt, type the following and read there: info libc alpha exec Note that you probably want spawn*, not exec*, since the latter never returns to the parent program.