What folder do you need to reference? Iâm assuming the VMS headless folder is the ./pharo? ... and Pharo.image is the path and image name for the particular image you want to use? On Sun, May 2, 2021 at 2:00 PM Russ Whaley <whaley.russ@gmail.com> wrote:
Thanks! Canât wait to try it!
On Sun, May 2, 2021 at 6:15 AM kmo <voxkmp@gmail.com> wrote:
Russ -
The trick is to put the --no-quit after the eval not before it. I was putting it in the wrong place.
This should work:
./pharo Pharo.image eval --no-quit "OSWindowWorldMorph new open"
This works with the latest headless VM and Pharo 9.
Hope this helps.
Ken
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
-- Russ Whaley whaley.russ@gmail.com
-- Russ Whaley whaley.russ@gmail.com