_akari_ Posted January 11, 2007 Posted January 11, 2007 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!
herewasplato Posted January 11, 2007 Posted January 11, 2007 So, it is not possible to have AutoIt launch console2.exe? [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now