CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: ShellExecute

  1. #1
    Join Date
    Apr 1999
    Posts
    32

    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


  2. #2
    Join Date
    May 1999
    Posts
    17

    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
  •  





Click Here to Expand Forum to Full Width

Featured