|
-
May 31st, 1999, 04:07 AM
#1
ShellExecute
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
-
May 31st, 1999, 04:17 AM
#2
Re: ShellExecute
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|