[comp.windows.news] psterm & commands

greg@gergle.UUCP (07/01/88)

>   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.