How do I send keystrokes to a console window in Windows XP?

2005-07-14 Thread GoogleGroups
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

Re: How do I send keystrokes to a console window in Windows XP?

2005-07-18 Thread GoogleGroups
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

Factory pattern implementation in Python

2006-12-04 Thread googlegroups
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