That's kind of a broad question. The broad answer is, "you can use Tcl to do anything you would use any other programming language to do, only faster to program, slower to run".
So, what is it you specifically want to do?
Open a socket?
set pid [socket ?options? host port]
Expect for windows NT does not give you the interact
command and I've heard it's a bit flaky.
Still you can do quite a bit with just it using just
send and expect.
I would break down each part of my automation into
proc's and then have a generic init that reads the
host addresses and names from a flat file or more
sophisticated database.
If you need this done and are willing to pay consulting
fees I'd be happy to do it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.