tags:

views:

17

answers:

0

I can not figure out how to redirect the output of an executable run with DOS START command. When I use the following:

start prog.exe par1 par2 par3 > output.file

only the output from the START command goes into output.file when I want the output from the prog.exe to go to output.file. prog.exe writes output to its standard output.