RichardRudek wrote:have you tried escaping the '>' (stream redirection) character ?
eg ^> or %>
Both escaping methods show up as args as:
"^>" "report.txt"
and
"%>" "report.txt"
I think there's a bug in VS 2008 that is treating arguments as parameters and not following the existing functionality of the previous version.