First post and first Autoit script. Gotta say I love this scripting language so far.
I am modifying the Named Pipes server & client examples that come with the latest AutoIt to run from the console rather than Gui. So far so good. But when I try sending a command from the client to the server that takes followup interaction, the command exits after it sends its first batch of output.
As a simple example, I am trying to get the named pipe server to run "cmd.exe dir /k". I want the c