First post, by ehdium
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.