Get STDOUT into a variable

前端 未结 2 1883
渐次进展
渐次进展 2020-12-16 05:15

Im using sendemail in a batch file. At the end of sending an email it replys with a message of succses or failure. For example

Jan 10 00:46:54 villa sendema         


        
2条回答
  •  一生所求
    2020-12-16 05:52

    normally, you just use the for loop to capture the output. see here notes 4. (and search internet for more)

提交回复
热议问题