I am trying to get the output of my batch file into a text file. I know by using '>' I can get the standard output stream text, however in this case the batch file has multiple cmd commands and I don't know how to get outputs for each of this into a text file.
Any help is greatly appreciated.