Re: Starting squeak from another running squeak on Windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Starting squeak from another running squeak on Windows

Damion Mitchell
Hi I am presently working on a project where I am trying to have one Squeak start another on Windows. Now on Mac I could utilize the CommandShell, however, on windows this will not work due to the fact that OSProcess Plugin does not work on Windows presently. Is there another method that can be utilized to achieve this task on Windows.

Thanks

--
Damion Mitchell


Reply | Threaded
Open this post in threaded view
|

Re: Starting squeak from another running squeak on Windows

Ricardo Moran
You can use FFI:

Win32Shell>>shellOpen: aFileString

I hope this helps.
Cheers.
Richo.

On Tue, Apr 6, 2010 at 4:11 PM, Damion Mitchell <[hidden email]> wrote:
Hi I am presently working on a project where I am trying to have one Squeak start another on Windows. Now on Mac I could utilize the CommandShell, however, on windows this will not work due to the fact that OSProcess Plugin does not work on Windows presently. Is there another method that can be utilized to achieve this task on Windows.

Thanks

--
Damion Mitchell