Date: Sun, 29 Jun 1997 18:50:35 -0700 (PDT) Message-Id: <199706300150.SAA10193@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: muller AT janus DOT u-strasbg DOT fr From: Nate Eldredge Subject: Re: Where is stderr opened ? Cc: djgpp AT delorie DOT com Precedence: bulk You wrote: >[Subject: Where is stderr opened?] > > I am a poor pascal programmer that >doesn't know much about C, and I desperately >looked for the code that opens stderr stdin and sdtout >in go32v2 exec, and did not find anything !!! You won't. stdin, stdout and stderr are all set up by DOS. They are open when your program is executed by DOS, and they must still be open when it finishes. So your reads and writes can be done without having to worry about any of that. Why did you want to know? Nate Eldredge eldredge AT ap DOT net