Message-ID: <36449413.637B6F13@montana.com> Date: Sat, 07 Nov 1998 11:40:19 -0700 From: bowman X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: I cant get spawning to work References: <7220b9$fkl$1 AT nnrp1 DOT dejanews DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com jackstinchcombe AT my-dejanews DOT com wrote: > > { if (spawnl(P_WAIT, "", "myexe.exe")==-1) according to the libc docs, its spawnl(int mode, const char* path, const char* argv0, ....) where 'path' is the program to be executed, etc.