PDA

View Full Version : Run command doesn't redirect as I expect


dataflux
10-30-2007, 12:32 PM
I'm trying to run a command using the Run Program action:
myprogram.exe >myfile.txt

It's not sending stdout to myfile.txt.
Is there any way to make this happen?

kinook
10-30-2007, 12:33 PM
%DOSCMD% myprogram.exe >myfile.txt

http://www.visualbuild.com/Manual/programtab.htm