<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
stdout is normally buffered (no idea how OSProcess is implemented).&nbsp; Maybe you need to send a #flush command first?<br><br>&gt; To: squeak-dev@lists.squeakfoundation.org<br>&gt; From: Serge.Stinckwich@info.unicaen.fr<br>&gt; Date: Thu, 26 Jul 2007 10:02:59 +0200<br>&gt; Subject: How to access stdout on Mac OS X when using open<br>&gt; <br>&gt; Hi all,<br>&gt; i'm using OSProcess to write something on the mac OS X terminal but when <br>&gt; i execute : OSProcess thisOSProcess stdOut nextPutAll: 'Hello World'. <br>&gt; nothing seems to happen ...<br>&gt; <br>&gt; I'm using Squeak 3.8.18beta1U Mac OS X VM, sq3.9-7067dev07.01.1 image <br>&gt; and OSProcess 4.3.3. I launch Squeak from the terminal with the open <br>&gt; command.<br>&gt; <br>&gt; When i launch the Squeak binary inside the Squeak application,<br>&gt; the previous expression write the 'Hello World' string on the terminal.<br>&gt; <br>&gt; <br>&gt; -- Serge Stinckwich<br>&gt; http://doesnotunderstand.free.fr/<br>&gt; <br>&gt; <br><br /><hr />Don't get caught with egg on your face.    <a href='http://club.live.com/chicktionary.aspx?icid=chick_wlmailtextlink' target='_new'>Play Chicktionary! </a></body>
</html>