Question

Je recherche un outil qui se comporte de manière similaire à celle d'Unix attendre outil (ou du moins, sa fonction principale).

Je souhaite automatiser les programmes interactifs en ligne de commande avec.

EDIT: Je préfère les exécutables simples ou les petites applications sans grandes épreuves multi-mégaoctets.

Ty.

Était-ce utile?

La solution

Jetez un œil à ActiveState's Distribution TCL qui a un port de Attendez-vous pour Windows.

Autres conseils

Je suppose Autoit est ce dont vous avez besoin.

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top