About scripting...

David T. Lewis lewis at mail.msen.com
Sun Aug 14 18:00:24 UTC 2005


On Sun, Aug 14, 2005 at 06:06:44PM +0200, stephane ducasse wrote:
> >
> >
> > Yes, but from the limited time I spent looking into it, it not so  
> > easy to execute  a program from squeak though. I got as far as  
> > loading the OSProcessPlugin before talk of using VMMaker got me  
> > thoroughly confused. Is there a simple guide on how to execute a  
> > shell command from Squeak that does not require me to compile a VM?
> >
> > Daniel

If you are using a Unix VM (one of the pre-compiled VMs from Ian's site),
then the plugins (OSProcessPlugin and XDisplayControlPlugin) are already
included. You don't have to build anything. Just load the OSProcess and
CommandShell packages from Squeak Map and everything should work fine.

Dave





More information about the Squeak-dev mailing list