Jump to content

Stdin/Stdout redirection resource.


Valik
 Share

Recommended Posts

I know there have been requests to have AutoIt grab output from console programs. SciTE (Among other editors) uses this method to capture output from AutoIt when using the new /ErrorStdOut. The thing about SciTE is we can see it's source to get an idea how to do it. I've just had a look and I found at least one function that seems to do most (or all) the work.

I just glanced over it, it's over 300 lines long and appears to be using named pipes among other things. If this is something seriously being considered, then SciTE seems to be a good source for one implementation of a method. For those who are curious, it's in the file SciTEWin.cxx which is in the win32 directory of SciTE. The function in particular is SciTEWin::ExecuteOne().

When I find some time, I intend to look at it further and attempt to figure it out. But I probably won't attempt to port it for AutoIt use any time soon. I'm posting this in case anybody else wants to take a crack at it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...