automate dosbox keystrokes
Posted on 2013-11-30, 13:42
Hello, I'd like to send keystrokes into a dosbox window. I'm using AutoIt3 to run a script like this: ControlSend("DOSBox 0.74,","",0x00080210,"W") with no success. So I ask: have you had success in sending keystrokes to a DOSBox window? If so, how? Thanks.