Path: utzoo!attcan!uunet!husc6!bloom-beacon!think!ames!pasteur!ucbvax!gergle.UUCP!greg From: greg@gergle.UUCP Newsgroups: comp.windows.news Subject: Re: psterm & commands Message-ID: <8806302033.AA24098@frame.com> Date: 1 Jul 88 00:46:18 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 19 > I am writing a NeWS application on a Sun 3. I need a way to >automatically start a UNIX program and have the output go to >the new specific window I'm creating using psterm for a vt100 >emulation. I have tried all derivations of the psterm arguments >and have yet to find a way to do so. Each attempt results in >the output being directed to /dev/null. What have you tried? I just did. c3po% psterm -t vt100 cat /etc/termcap & and c3po% echo "(psterm -t vt100 cat /etc/termcap) forkunix" | psh The output of cat appeared in a vt100 psterm in both cases. -greg.