So, habe die Lösung selbst gefunden (war 'ne Menge Arbeit), s. hier:
Note that ActiveTcl does include Expect, but no "expect" binary. To use Expect with ActiveTcl, make sure the line:
package require Expect
Is above any use of Expect-specific code in your script, then execute the script with tclsh.
Und das klappt sogar - das sollte nun wirklich ins Wiki aufgenommen werden?
Meine Scripte beginnen also jetzt so:
#!/usr/bin/tclsh package require Expect spawn telnet oplay ....
Ingo
P.S.: Ich habe das mal einfach an der passenden Stelle eingebaut - ok?