Am 20.06.2013 05:15, schrieb Ivanko B:
> Please give more information what you want to do.
> ================
> To execute a console non-interactive appliaction&  to pipe its
> multiline (with CRLF-style considered, for sure) stdout into a
> msestrinagarty (line per array item) for internal processing once the
> application finishes - smth like the AWK utility does.
>
"
var
  list: tansistringdatalist;

procedure tmainfo.inputavailableexe(const sender: tpipereader);
  //<tmseprocess>.output.oninputavailable
  //<tmseprocess>.options =
  // [pro_output,pro_input,pro_errorouttoout,pro_winpipewritehandles]
begin
  list.addtext(sender.readdatastring);
end;
"

Martin

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to