I would like to create a batch file that is able to send its output directly to and exe, which will handle the information.
For example: I ping google.com 100 times and want to parse each response with an exe file builded in c++.
It is important for me to do this real time, so it is not an option to read the full log file after pinging.