Re: What to do without scwish ?

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Tue, 6 Aug 1996 16:27:48 +0200

Karsten Faerber <faerberk@nm.informatik.uni-muenchen.de> wrote:

> I recently tried to update from scotty 2.0.2 to scotty 2.1.1.
> In 2.1.1 the scwish program is removed, so I need to know what I have to
> do to use my old app that runs using scwish.

You simply use wish. You get the scwish functionality by loading the
Tnm extension. The preferred way to do that is to add the line

package require Tnm 2.1

at the top of your script. See the documentation of the package
command for more details on packages, version numbers etc.

Juergen