On Sun, Feb 04, 2007 at 08:28:07AM -0800, Tom Phoenix wrote:
> On 2/4/07, Sebastian Sastre <
[hidden email]> wrote:
>
> > I want to know how one can call some external application from squeak.
>
> Are you looking for OSProcess? It's on SqueakMap. Hope this helps!
Also load CommandShell for SqueakMap after you have loaded OSProcess. It contains
class PipeableOSProcess, which is probably what you would want to use for reading
the output of an external application.
Dave