To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: putenv() and system() Date: Sun, 05 Feb 95 09:47:24 +0200 From: "Eli Zaretskii" It seems whatever you put into environment with setenv() or putenv() doesn't make it to programs invoked with system(). Programs invoked by spawnXXX() do get the new variables, though. Is this intentional?