<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Em 19-11-2010 15:39, Mike Hales escreveu:
    <blockquote
      cite="mid:AANLkTi=yBjnymE3Sjycfc8adHpsnTsbHASQY7i_B8k-q@mail.gmail.com"
      type="cite">Thanks, that's just want I wanted. And thanks Sean for
      the tip on the&nbsp;<a moz-do-not-send="true"
        href="http://forum.world.st/">http://forum.world.st/</a> index.
      That's pretty handy having all the lists together in one spot.
      <div><br>
      </div>
      <div>
        <div><br>
        </div>
        <div>Mike</div>
        <div><br clear="all">
          Mike Hales<br>
          Engineering Manager<br>
          KnowledgeScape<br>
          <a moz-do-not-send="true" href="http://www.kscape.com">www.kscape.com</a><br>
        </div>
      </div>
    </blockquote>
    BTW, if you're running squeak over CogVM it wont work... there are
    incompatibilities between OSProcess, CommandShell and
    OSProcessPlugin and cog.<br>
    <br>
    Interesting enough, if I do:<br>
    <br>
    <font face="Courier New, Courier, monospace">| str |<br>
      <br>
      &nbsp;&nbsp;&nbsp; str := (PipeableOSProcess command: 'ls -l') upToEnd.</font><br>
    <br>
    It will return and empty ByteString but will fail to read output
    from stdOut.<br>
    <br>
    Forking PipeableOSProcess won't work when using cog.<br>
    <br>
    like: <br>
    <br>
    <font face="Courier New, Courier, monospace">ps := PipeableOSProcess
      forkHeadlessSqueakAndDoThenQuit: [ ... ]<br>
    </font><br>
    will fail crashing cog (memory fault). At least under linux.<br>
    <br>
    Best regards,<br>
    <br>
    CdAB<br>
  </body>
</html>