I would like to set the standard output of a batch script to go to a file. I would like to do this inside the script if possible.
Note: I do not want to do this: foo.bat > StdOut.txt
I would like to do something inside the script to redirect the output to a file
For example:
foo.bat
:: Redirect standard output to StdOut.txt
:: Insert batch code to do what I want here.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…