|
Answer» Hi, I NEED to use iperf command and i want to send the results in a file. I did that with this instruction:
iperf3.exe -c 127.0.0.1 > nomefile.
It's rigth,but i want to visualize the results while it works on the DOS windows. How can i do?
thankshttp://www.dostips.com/forum/viewtopic.php?p=32615Sorry, I'm not very EXPERT, i have to write all dos instruction in a line because i will use it for my java application. Can you HELP me writing a simple instruction to do that.
thanksYou are referring to what we CALL a TEE in the unix world. Windows does not have a native command to do do that. So no! There is no simple instruction to do what you want to do without using a 3rd party utility to do it.
|