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:
Which seems to yield the same problems.Code:.FileName = "tracert.exe" .WorkingDirectory = "C:\" .Arguments = "72.14.207.99 > test.txt" .CreateNoWindow = True .UseShellExecute = False




Reply With Quote