Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!usc!ucsd!ucbvax!BLACKJACK.DT.NAVY.MIL!hart From: hart@BLACKJACK.DT.NAVY.MIL ("Michael G. Hart") Newsgroups: comp.sys.sgi Subject: Beginner! How do I do text? Message-ID: <9011161552.AA16047@blackjack.dt.navy.mil> Date: 16 Nov 90 15:52:50 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 16 Warning!: Beginner question ahead! I want to have a program pop a window, and have all stdi/o go to the new window. I know I can use the cmov2s() and charstr() functions, but I'd like to be a little more portable, and less graphic - my initial requirements are for non-graphic programs. Should I fork a wsh, then kill the parent? Since this will only leave the child, will it's stdi/o go to the new wsh? Am I really missing the boat here? Please don't tell me RTFM; there are seven of 'em spread out in front of me.