CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2005
    Posts
    52

    Get other process output

    I run an external process - osql.exe which writes to the consol std.
    How can get the results ?
    Thanx again

  2. #2
    Join Date
    May 2002
    Location
    Phoenix, AZ
    Posts
    95

    Re: Get other process output

    hmm redirect the output with a redirection filter?

    am i missing something here?
    Visit my blog on http://360.yahoo.com/raghupathys

    ------------------------------------------------------------------------------------------
    Do what you feel in your heart to be right, for you'll be criticized anyway.
    You'll be damned if you do and damned if you don't.
    - Eleanor Roosevelt

  3. #3
    Join Date
    Nov 2005
    Posts
    52

    Re: Get other process output


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