Jump to content

Recommended Posts

Posted

I wanna do some stuff like that :

- Run a console windows named : console1.exe

- But this program is the launcher of the console2.exe

So I wanna ask you how to get result from function stdoutread to console2.exe

Work flow like that :

$console1 = Run("console1.exe", "", @SW_SHOW, $STDIN_CHILD + $STDOUT_CHILD)

; After console1.exe run, it launchs consoles2.exe, so how can I get result from function StdOutRead() with $console2

Thanks!

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
  • Recently Browsing   0 members

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