Sign in to follow this
Followers
0
Console Input & Output for Child Processes
By
DaveF, in AutoIt Technical Discussion
What functionality would be most the useful addition to AutoIt?
17 members have voted
-
1. What functionality would be most the useful addition to AutoIt?
-
Just capture STDOUT and/or STDERR to a variable which would be accessible after Run() returned. Same behavior for Run() and RunWait().1
-
Same as above, plus a PresetStdin() function that allows you to preset a string that will be piped into the child process at Run() time.3
-
Run() starts the child process with open pipes to STDIN, STDOUT and STDERR. WriteStdin(), ReadStdout() and ReadStderr() interact with the child process. The child process is initially paused until a write to its STDIN is completed. ReadStdxxx() will pause until the child process writes something or closes the pipe. Not usable with RunWait().13
-
Other (please describe.)0
-
-
Recently Browsing 0 members
No registered users viewing this page.