Prevent cl.exe from printing the compiled source file

Viewed 2230

I use the MS compiler from the command line (VS 2008), and whenever it compiles one source file, it prints the compiled source file. Is there a way to avoid this useless print ?

2 Answers
Related