Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4624
| From | ETP <matthew.moorland@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Basic interaction with another program |
| Date | 2011-05-04 09:34 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <c6e05be5-a863-43c2-827a-a91d369e3ef6@d26g2000prn.googlegroups.com> (permalink) |
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?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar
Basic interaction with another program ETP <matthew.moorland@gmail.com> - 2011-05-04 09:34 -0700
Re: Basic interaction with another program Matty Sarro <msarro@gmail.com> - 2011-05-04 12:39 -0400
Re: Basic interaction with another program Grant Edwards <invalid@invalid.invalid> - 2011-05-04 16:52 +0000
Re: Basic interaction with another program Ian Kelly <ian.g.kelly@gmail.com> - 2011-05-04 11:30 -0600
Re: Basic interaction with another program Grant Edwards <invalid@invalid.invalid> - 2011-05-04 18:07 +0000
Re: Basic interaction with another program Terry Reedy <tjreedy@udel.edu> - 2011-05-04 15:15 -0400
Re: Basic interaction with another program ETP <matthew.moorland@gmail.com> - 2011-05-04 15:21 -0700
csiph-web