I have written a telnet script to remote control a cisco switch, and it takes me about 2-3 minitus to get start, even though i write a short script with a single proc, it also take 2-3 minutes to start. The proc is as below.
proc test_proc {} { puts "123" } test_procIs anybody who has faced this noisy problem?
Looking forward your helps...