Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Read Console Output

Read Console Output

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nitin3
    wrote on last edited by
    #1

    in my app i want to execute a batch file, and want to read the console output from that batch file. how to do that ?

    R M D 3 Replies Last reply
    0
    • N nitin3

      in my app i want to execute a batch file, and want to read the console output from that batch file. how to do that ?

      R Offline
      R Offline
      Raj Prathap
      wrote on last edited by
      #2

      IO redirection might help you. in command prompt, if abcd.bat is the batch file then I'd gove the command abcd.bat >output.txt hope that was helpful.

      1 Reply Last reply
      0
      • N nitin3

        in my app i want to execute a batch file, and want to read the console output from that batch file. how to do that ?

        M Offline
        M Offline
        Matthew Faithfull
        wrote on last edited by
        #3

        It is possible to read the output console buffer as input using the ordinary Win32 Console API. I don't have the code here but it can definitely be done without redirection. If you can wrap your head around the highly confusing MSDN documentation on the Console API you'll have your answer.

        Nothing is exactly what it seems but everything with seems can be unpicked.

        1 Reply Last reply
        0
        • N nitin3

          in my app i want to execute a batch file, and want to read the console output from that batch file. how to do that ?

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          Are you wanting something like this or this?


          "Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

          "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups