About using squeak to script...

David T. Lewis lewis at mail.msen.com
Sat Aug 12 14:01:26 UTC 2006


On Sat, Aug 12, 2006 at 09:47:14AM -0400, David T. Lewis wrote:
> OSProcess thisOSProcess stdOut
> OSProcess thisOSProcess stdErr
> OSProcess thisOSProcess stdErr

Sorry, I meant to say:
  OSProcess thisOSProcess stdOut
  OSProcess thisOSProcess stdErr
  OSProcess thisOSProcess stdIn

On Windows, this would interact with the console:
  OSProcess thisOSProcess openConsole
  OSProcess thisOSProcess closeConsole

Dave




More information about the Squeak-dev mailing list