Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!gatech!emory!swrinde!zaphod.mps.ohio-state.edu!rpi!uupsi!njin!njitgw!mars.njit.edu!cd5340 From: cd5340@mars.njit.edu (Charlap) Newsgroups: comp.os.msdos.programmer Subject: Re: Text windows question in TC 2.0 Message-ID: <2223@njitgw.njit.edu> Date: 4 Feb 91 02:41:13 GMT References: <12504@ccncsu.ColoState.EDU> Sender: news@njitgw.njit.edu Distribution: usa Organization: New Jersey Institute of Technology Lines: 11 In article <12504@ccncsu.ColoState.EDU> barbourj@mozart.cs.colostate.edu (jim barbour) writes: > >I am interested in writing some Turbo C code which (in part) assigns stdout to >one text window and stderr as another. Well, in Unix, you could always fork() a child process, and re-direct stdout and stderr into them via a pipe. Could this be done under MS-DOS? Perhaps redirecting the DOS stdout and stderr devices into TSRs in memory, or into parallel running Windows applications. --- David Charlap (cd5340@mars.njit.edu)