From: "Osah" Newsgroups: comp.os.msdos.djgpp Subject: Re: How Do I start another DOS program from DJGPP ? Date: Mon, 7 Feb 2000 22:47:45 +0100 Organization: sunrise communications ag Lines: 13 Message-ID: <87nehc$eri$1@news1.sunrise.ch> References: <87nb7r$5gb$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: pop-ls-8-2-1-dialup-199.freesurf.ch X-Trace: news1.sunrise.ch 949960044 15218 194.230.239.199 (7 Feb 2000 21:47:24 GMT) X-Complaints-To: usenet AT sunrise DOT ch NNTP-Posting-Date: 7 Feb 2000 21:47:24 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com ¨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. (I'm getting bored doing nothing productive, if you've got a commercial project, please include me in it. I'll prove my usefullness and logical reasoning when i'm hired)...... :-)