Basic interaction with another program

Matty Sarro msarro at gmail.com
Wed May 4 12:39:41 EDT 2011


Look into the pexpect library, it'll make this easy as punch.
http://www.noah.org/wiki/pexpect


On Wed, May 4, 2011 at 12:34 PM, ETP <matthew.moorland at gmail.com> wrote:
> I have a dos program (run in a window) that I would like to control
> with a script.  It needs only text input.  For example, I only need to
> tell it:
>
> L
> u
> 100 <cr>
> u
>
> It will then wait for a file to be created, rename the file, then
> loop.  Simple.
>
> I'd like to run this on Lucid Puppy Linux as it will be implemented on
> a very old laptop, but can probably deal with windows if needed.
>
> I only need direction on getting Python to interact with another
> program; how do I get it to direct text onto another window?
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list