emmanuel 0 Posted January 26, 2005 has anyone sent keystrokes to a cmd window? ControlSend("classname=ConsoleWindowClass", "", "ConsoleWindowClass", "a") doesn't work... thoughWinActivate("classname=ConsoleWindowClass", "") send("ny") does. Any idea which control to send to? nevermind, I figured it out, no control. ControlSend("classname=ConsoleWindowClass", "", "", "a") Thanks! (hopefully this will help someone else at some time, posting it anyways.) "I'm not even supposed to be here today!" -Dante (Hicks) Share this post Link to post Share on other sites