Giter Site home page Giter Site logo

example-console-screen-buffer's Introduction

Example capturing output from an executable that uses ConsoleScreenBuffer

NOTE: This should not be used on production.

On Windows if you use WriteConsole family of functions, you cannot redirect the Stdout, Stderr or capture it using exec.Command (if you use a custom writer or custom file it will be empty, if you use the os.Stdout it will be piped correctly, but you cannot capture it, the StdoutPipe will not work as well). This behaviour occurs with others programming languages as well. It will not work while trying to pipe on terminal as well.

You can try using the example C++ application on the example folder.

To capture the output you have to create an ConsoleScreenBuffer, attach it as the stdout and/or stderr of the process and start the process. You can then read the ConsoleScreenBuffer and convert it to string.

In this repository there is an example of running a subprocess that writes to a ConsoleScreenBuffer and reading the output on GOLANG.

We create a process using low-level system calls and use a lot of win32api calls to make this works, its not perfect or even a good implementation (I think is missing a lot of error checking and process state handling).

If the GO standard library allowed us to inform the syscall.ProcessInformation we could use a different approach, a simpler, short and direct way to resolve this issue.

example-console-screen-buffer's People

Contributors

crossworth avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.