S sg08234 Nov 33 0 2022-11-14 #1 How can I log all input and output (including error messages) into a file. I hava a longrunner (batch script) and I wout like to "save" the whole input/output. Thanks - Michael
How can I log all input and output (including error messages) into a file. I hava a longrunner (batch script) and I wout like to "save" the whole input/output. Thanks - Michael
vefatica May 13,117 180 2022-11-14 #2 You can't "log" output per se. You can however send output to a file while still seeing it in the console. Read about the TEE command.
You can't "log" output per se. You can however send output to a file while still seeing it in the console. Read about the TEE command.
Joe Caverly Aug 2,015 81 2022-11-14 #3 Look at the help for the LOG command, and its various command line switches. Joe