<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font size="4"><font face="monospace">Hi Dave, guys,<br>
        <br>
        I added (pull req in GitHub) the method exitCode to
        PipeableOSProcess.<br>
        <br>
        This is for writing something like this:<br>
        -------<br>
        cmd _ 'cd /home/p/scripts/robotMailer/ ; cat
        /tmp/mailNewTmpR.txt | ./robotSendMail.rb'. <br>
        p _ PipeableOSProcess waitForCommand: cmd. <br>
        p outputAndError . " #('' '') "<br>
        p exitCode .            " 0 "<br>
        -------<br>
        <br>
        I find it extremely pleasent to read ! <br>
        <br>
        It is almost a joy to run external programs :)<br>
        <br>
        bye<br>
        Nicola<br>
        <br>
        <br>
      </font></font>
  </body>
</html>