[squeak-dev] PipeableOSProcess forkAndExec arguements

Arushi Aggarwal arushi987 at gmail.com
Fri Apr 23 17:40:59 UTC 2010


Hi,

I am trying to startup a squeak image from another squeak image. I
have the following command.

p := PipeableOSProcess  forkAndExec:'Squeak.exe'
                       arguments: #('Squeak3.10.2-7179-basic.image')
                       environment: nil
                       descriptors: nil
                       workingDir: 'C:\Documents and Settings\Arushi
Aggarwal\Desktop\CS598\win32-Squeak3.10.2-7179\Squeak3.10.2-7179\'
                       errorPipelineStream:(InternalPipe
nonBlockingPipe nextPutAll: 'this is the error stream '; yourself).

It does not seem to recognize the argument that is being passed, and
prompts for the user to choose the image. Both Squeak.exe and the
image lie in the path that has been specified as the workingDir.

Is there anything else I can do to make it recognize the argument?


Thanks
Arushi



More information about the Squeak-dev mailing list