Hi, i'd like to start a commandline executeable, and then be able to read the content of the output it produces.
- Im NOT looking for a Stdout function.
Concider having a bat file with following content
ping google.au
ping google.dk
ping google.de
ping google.se
ping google.no
ping google.fi
ping google.be
ping google.nl
This may take som seconds to process. I want to be bale to read the process from another program..as it proceeds.
Do you know what i mean? =)