When using Windows 10 command prompt, i know i can log the results to file by doing this :
dir c:\ > results.txt
But problem is, doing this , the results are NOT displayed on the screen.
Is there a way to use both ways at the same time ? I want the results to be displayed in real time AND log to file.