I've done so a few times in the past. Just let me know if you are trying to build it and need a hand. Dave On Sun, May 17, 2009 at 11:14:50AM -0400, Schwab,Wilhelm K wrote:
Dave,
I am somewhere between curious and interested. If you document what you have learned, at least it will be in the list archives for future reference.
Bill
-----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of David T. Lewis Sent: Sunday, May 17, 2009 8:15 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] How to log in console in Windows
On Fri, May 15, 2009 at 08:26:34PM -0400, Schwab,Wilhelm K wrote:
Dumb question: have you tried the OS Process plugin. I've only skimmed it in Squeak/Pharo, but there is a similar goodie for Dolphin, and it goes to great pains to put streams around the OS streams.
Yes, the OSProcessPlugin does this for Windows (open/close the Windows console, write to console as stdout). However, you have to build your own plugin and patch some FilePlugin support code to make it work. I can explain the details if there is an interest.