"Emile van Sebille" <[email protected]> wrote

I've sometimes written python code to create wsh (and other) scripts that I then run from within python. WSH include a sendkeys command IIRC that works with dos/command/cmd windows. There's likely ways to use the win32 api as well (win32api.keybd_event?).

Using Pythonwin you can run WSH natively from Python. Just register
Python as a Windows Scripting language.

Alan G

_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to