First post, by inout
Hello!
I have dos application and i want to automate it for embedding in web interface.
Application outputs text via WriteLn(Written in Tubpo Pascal) i.e. in Windows Xp you can select text from console and past it anywhere.
I have two questions:
1) What is best way to automate keyboard input? I want to write some code for emulation of numbers input and "enter" pressing.
2) What is best way for hooking output characters? After some input i want to get text outputted from program.
If there's not some features for it i know c++ programming and can rewrite some dosbox code for hooking, but i'd like to simplify this process))
Sorry for my bad english)
Thank you in advance