Hi all,
I am doing a bit NT cmd shell scripting and would like to do some logging of the output to a file. However, '>' will cause the output to go to the file only.
Is there a way I can put the output to stdout and the file at the same time?
thanks,