I need to write one line at a time (user iterative process) to a command prompt that is already open.
I'd like to use VB or VBA. I know there is AppActivate, but then how do you write to it?
The command prompt is run by another program (that I can't touch).
Suggestions?