
The bash/unix/linux tool expect can be used to automate/script console/tty programs in posix.
An example is in
I've read there are bindings for programming languages but I'm looking for an utility binary.
Is there a way to do automation like expect from the windows command line?
21 Answer
You can install ActiveTcl which according to activestate can install expect via teacup install Expect.
Usually you'd then run it via tclsh as described at where is expect
2