Hi guys,
 
I am executing ss.exe to collect the history with the last 20 check-ins to a Visual Source Safe and their comments.  I redirect the output to a file, then mail that file as an attachment at the end of the build script.  Now the fun part -- I mail the build output as well.  The output of ss.exe appears in my build output as well and I do not want it there because I already have an attachment that contains it.
 
The quick question: how do I make <exec> execute a program, redirect its output to a file, and *not* display it on the screen?
 
Hristo Deshev

Reply via email to