I know cmd > file.txt to record an output of a command to a file in Windows!.
Does anybody know how to run a batch script recording the output to a file AND also showing the output on the command prompt as well when executed?
|
I know Does anybody know how to run a batch script recording the output to a file AND also showing the output on the command prompt as well when executed?
| |||
|
feedback
|
|
You'll need a Windows-based implementation of If you don't require output in situ, you can "cheat" by piping the commands, but this is not nearly as useful as following stdout in real-time.
| |||||||||||
feedback
|