I've been using SendKeys with Windows apps with no problem. DOS apps aren't compatible with it. If I send any character to a DOS app, all it receives is "\".
I also tried using SendMessage API, SendMessageNum and SendMesageString with no success (it doesn't send anything at all). Is there a possible way to send a key string to a DOS application?