Date: Mon, 12 Aug 1996 19:09:45 -0400 (EDT) From: Nissim Chudnoff To: Eli Zaretskii cc: DJ Delorie , DJGPP Questions Subject: Re: more spawnl( In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 4 Aug 1996, Eli Zaretskii wrote: Is the environment necessary? Also, is there anything that MUST go in it? > char *environ[] = { > "PATH=c:\\dos;c:\\djgpp;c:\\usr\\local\\bin", > "DJGPP=c:/djgpp", > 0 > }; > Nissim