Answer the question
In order to leave comments, you need to log in
How to pass stderr to another command as an argument in cmd?
Hello, the essence of the question:
I want to execute a cmd command, and if text is output to stderr, then it needs to be passed to the smtp client blat.exe as the text of the message.
Answer the question
In order to leave comments, you need to log in
Pipe stderr to a file 2> log.txt
and specify the file as the message body for blat.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question