Click to See Complete Forum and Search --> : ShellExecute


Nicola
May 31st, 1999, 04:07 AM
Hello everybody!
I am launching from my software a DOS application with the ShellExecute function. It works!But I would like to address the output of the Dos application to a txt file.I thought to specify in the parametres the "..> output.txt" but it doesn't work. Does anybody know how to solve this problem?
Bye Nicola

Howard Birkett
May 31st, 1999, 04:17 AM
You could try looking at ::CreateProcess and the STARTUPINFO structure passed. This may not be exactly what you want, but I know it works!

Howard