July 5, 2010
3:41 p.m.
On Sun, Jul 04, 2010 at 11:58:06PM -0400, Rob Rothwell wrote:
Forgive me if this question has already been answered, but I can't seem to find it...
Is OSProcess running in Pharo, and what is the magic incantation to call an external program, batch file, etc... in Windows?
I seem to recall something like:
OSProcess thisOSProcess command: 'dosomething.exe'
But that doesn't seem to currently be working for me...
Rob, This will work only if you have the required OSProcessPlugin. This is not distributed with the Windows VM. If you build your own VM it should work. Instructions for building a Windows VM are at http://squeakvm.org/win32/ The plugin is at SqueakSource OSProcessPlugin. Dave