I'm trying to suppress output (errors mostly) in the command prompt, but still log all other output in a logfile.
Here I found to suppress it in the cmd line output: Suppress command line output
But how can I do that, while in the mean time all other output will be logged? (to C:\log.txt for example)
Thank you