Holden Glova <dsafari / paradise.net.nz> writes: > Would you not recommend just redirecting it within the backquotes, i.e. 2>&1 ? > I thought this made sense, because i want stderr within the subprocess to be > redirected, thus keeping the redirection as part of the sub process seemed to > fit together. I'm not sure if you can redirect like that in windows though? That's why I didn't recommend it. You can on NT, but I don't think it works on 95. Dave