2
votes
6answers
64 views
Create a Fully Featured Environment For Tcl/Tk Development Under Windows
I'm now learning Tcl/Tk, but as I'm running Windows, I want to create a fully featured(professional) development environment for this language, but I need to know:
Which tools I need to …
7
votes
8answers
281 views
Getting started with Tcl TK?
Hi,
One of my modules at university next year is going to involve programming in Tcl tk, I was wondering where to find the best resources and information about the language, so that I am well …
0
votes
1answer
55 views
tcl/tk - expect - doesnot force input to spawned process
package require Expect
Log File Name
set logFile "mtte_result.log"
set NextLine "\n"
set RTSPrompt "RTS_Mon-> "
exp_spawn plink.exe -telnet -P 10009 10.245.97.42
set spid $spawn_id
exp_send …
