Date: Tue, 8 Feb 2000 07:49:49 +0500 (MVT) From: Prashant TR X-Sender: prashant_tr AT midpec DOT com To: djgpp AT delorie DOT com Subject: Re: How Do I start another DOS program from DJGPP ? In-Reply-To: <87nehc$eri$1@news1.sunrise.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id VAA23033 Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 7 Feb 2000, Osah wrote: > ¨First of all, there are several exec?? functions available for you the > programmer (execv,execl,execlp,execlv,execlve and so on and so forth, i > can't explain each and everyone here). You'll also need to include process.h > in your program. > Next, you've got to assign the value returned from these functions > (usually an int) to a variable and check for whatever return status you are > looking for. Or you can check for the spawn* functions. This is what you mostly need.