[squeak-dev] Terminate a process in a Win32Shell

Arushi Aggarwal arushi987 at gmail.com
Wed Apr 14 02:16:48 UTC 2010


Hi all,

I have one squeak image bring up another squeak image to run a script.
I have the following code in my workspace.

shell1 := Win32Shell new.
t := [s := shell1 shellExecute:f lpOperation:'open'
lpFile:'Squeak.exe' lpParameters:'Squeak3.10.2-7179-basic.image
project-files/testNone.sh none' lpDirectory:'' nShowCmd:1.] .

r = t fork.

I wish to be able to kill the squeak.exe process being run from the shell.

r terminate does not seem to do that.

Any pointers to what I should use.

Thanks in advance.

Arushi



More information about the Squeak-dev mailing list