CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2001
    Location
    Paris, France
    Posts
    88

    Question stdout and fstream

    hi, i use ShellExecuteEx to run an application, an .exe
    i would like recover the standard output in a file

    Somebody can me explain that ?

    thanks

  2. #2
    Join Date
    May 2002
    Location
    Clemson University
    Posts
    13
    http://codeguru.earthweb.com/console/QuickWin.shtml maybe? I don't think it uses ShellExecute, but it may be a start in the right direction.
    This space for rent.

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