How do I use Python to send keystrokes to a console window in Windows
XP?
Or perhaps there is an application that I can call to do this?
Thank you for your help.
--
http://mail.python.org/mailman/listinfo/python-list
Thank you, Benji.
This gives me hope, but what I really need to do is to send keystrokes
to an <<>> console window.
Any help there?
(P.S. Sorry that I wasn't more specific.)
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I need to parse a binary file produced by an embedded system, whose
content consists in a set of events laid-out like this:
...
Every "event" is a single byte in size, and it indicates how long is
the associated "data". Thus, to parse all events in the file, I need to
take it like a st