Saving all Windows 10 cmd window content

Viewed 16

I have a fairly lengthy batch process that runs a number of other batch files and programs. Some of the programs log to the window, but have already hooked the console streams so simple output redirection does not work. A lot of files are created during processing, but one file I cannot capture is the overall console log for the process. The only way I see to do this is the cmd Window Title bar menu shown in the image below. I know I could use some type of windows automation tool, but before resorting to that, I want to ask all of you if there is a way to automate the Cmd windows Title menu operations that is intrinsic to the Windows environment.

enter image description here

1 Answers
Related