1

When building solutions, post build events are displayed verbose, unless I put > NUL after every command.

Is there a way to silence all successful post-build commands?

Otherwise, the log seems very verbose, from the quantity of commands executed.

Post Build

bytecode77
  • 14,163
  • 30
  • 110
  • 141
  • That looks like xcopy.exe output. Suppressing its output is pretty easy, you put `> NUL` after the command. Open door => kick. – Hans Passant Nov 08 '16 at 08:15
  • As I stated in the question, yes. I could put `> NUL` after every command. But is there a way to completely omit successful commands? – bytecode77 Nov 08 '16 at 08:30

0 Answers0