I can't say I'm exactly sure what you mean, but I had a look at the linked thread and now the inside of my 'with' bit looks like this:

Code:
            .FileName = "tracert.exe"
            .WorkingDirectory = "C:\"
            .Arguments = "72.14.207.99 > test.txt"
            .CreateNoWindow = True
            .UseShellExecute = False
Which seems to yield the same problems.