Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!apple!desnoyer From: desnoyer@Apple.COM (Peter Desnoyers) Newsgroups: comp.lang.c Subject: Re: Iconitis Message-ID: <29141@apple.Apple.COM> Date: 17 Apr 89 20:44:18 GMT References: <1930@dataio.Data-IO.COM> <11555@lanl.gov> <17376@cisunx.UUCP> <28558@apple.Apple.COM> <7898@pyr.gatech.EDU> <28679@apple.Apple.COM> <7910@pyr.gatech.EDU> <2132@pur-phy> <1752@skinner.nprdc.arpa> <28836@apple.Apple.COM> <10040@smoke.BRL.MIL> <29126@apple. Organization: Apple Computer Inc, Cupertino, CA Lines: 10 In article <29126@apple.Apple.COM> austing@Apple.COM (Glenn L. Austin) writes: > >How about environment variables? I have seen *MANY* cases where the >environment variables get changed, and never restored. That's rather odd, as you can't change environment variables from a unix command or shell script. The spawned process only sees a copy of the environment. Are you sure it wasn't MSDOS? Peter Desnoyers