Hmm, Rad must be having a tough morning..
Shell 'cmd /c . . .' is considered bad form - you should use %COMSPEC% instead of "cmd". Effectively, it's the same thing, but your script will be more portable if an environment uses a newer or specialized command interpreter.

Code:
Shell %ComSpec% + ' /c mycommand.exe args > log.txt'



Glenn
_________________________
Actually I am a Rocket Scientist! \:D