Phillip Mau wrote:
> 
> I am on a Sparc platform (Solaris 2.6) and managed to come up with
> a way to throw up a scroll-bar tcl windows showing the /etc/passwd.
> That is fine. What I am trying to do is get a tcl window to pop up
> with a pre-determined file (passwd) and vi to come up with the push of
> a button.

exec xterm -e vi /etc/aliases &

This will just run vi in an xterm. There's a way to embed the xterm
window into your apps frame, but just now I couldn't find out how this
is done.

-- 
...RickM...
---------------------------------------------------------------------------
To unsubscribe from the Visual Tcl mailing list, please send a message
to [EMAIL PROTECTED] with "unsubscribe vtcl [EMAIL PROTECTED]" in the
message body (where [EMAIL PROTECTED] is your e-mail address).

Reply via email to