Pregunta

Estoy buscando una herramienta que se comporte de manera similar a la de Unix suponer herramienta (o al menos, su función principal).

Quiero automatizar programas interactivos de línea de comandos con él.

EDITAR: Prefiero ejecutables únicos o aplicaciones pequeñas sin grandes dependencias de múltiples megabytes.

Ty.

¿Fue útil?

Solución

Take a look at ActiveState's Tcl distribution which has a port of Expect for Windows.

Otros consejos

I guess AutoIt is what you need.

I your familiar with expect, then why not install Cygwin and run it that way?

You could use pexpect, written in Python.

Late answer: Expect.exe, compiled with Go, running Lua-scripts. Fairly new, but does exactly what it is supposed to do. See https://github.com/zetamatta/expect/

Check the closed issues as well.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top