Hi,<br><br>I'm new to this mailing list and new in python as well. <br><br>I need to automate a .exe console program in windows, and send key characters like 'a', 'M' ... I don't need to take the output as is printed in a different text log, but I'll have to send the messages to the program. I had this running in an autoIT script which with only activating cmd window, and with the "send" parameter I had all already done. But I'm having a lot of problems with python, I've tried with process.call, communicate(), os.popen ... but no results. I can't comunicate with the program and even i can't maintain it opened more than  a few seconds. If I open a program like notepad.exe it remains opened but when I try to comunicate with the stdin pipe just don't write anything to the program.<br>
<br>Someone has any idea about that, <br><br>Thanks and sorry for my english level,<br><br>Juan<br>