Run external app from squeak

David T. Lewis lewis at mail.msen.com
Sun Feb 4 20:15:48 UTC 2007


On Sun, Feb 04, 2007 at 08:28:07AM -0800, Tom Phoenix wrote:
> On 2/4/07, Sebastian Sastre <ssastre at seaswork.com> 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
 



More information about the Squeak-dev mailing list