Re: TK and SCOTTY

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Mon, 7 Oct 1996 20:14:14 +0200

"Randall J. Bourgeois" <rbourgeo@clearsys.com> said:

Randall> How can you use TK and SCOTTY at the same time? In
Randall> other words, I want to be able to use TK and SCOTTY
Randall> commands in the same script. Thanks!

Scotty-2.1.* comes as a dynamic loadable module. You can use it with
every Tcl interpreter that supports dynamic loading. All you have to
do is to require the Tnm package in your script:

package require Tnm 2.1

(You have to build a customized wish if Tcl does not support dynamic
loading on your system.)
Juergen

--
Juergen Schoenwaelder schoenw@cs.utwente.nl http://www.cs.utwente.nl/~schoenw
Computer Science Department, University of Twente,   (Fax: +31-53-489-3247)
P.O. Box 217, NL-7500 AE Enschede, The Netherlands.  (Tel. +31-53-489-3678)