try double-dashed option: from vm/sqWin32Intel.c : else if (!strcmp(argv[0], "--headless")) { fHeadlessImage = true; return 1; } this is really a mess with VM options handled differently on different OSes. On 29 October 2013 11:14, Bernat Romagosa <tibabenfortlapalanca@gmail.com>wrote:
Ok, I see Pharo -help brings up a window with command line options, but -headless is still firing up the GUI... any ideas?
2013/10/29 Bernat Romagosa <tibabenfortlapalanca@gmail.com>
Hi list!
I've never used Pharo on Windows before, but we're starting to package a multi-platform app right now and I've just found out command line arguments don't work like I thought they would. I need to run the image headless, so I figured:
bin-win32\Pharo -headless shared\Pharo2.0.image
Would do the trick, but it's not working.
Pharo /? doesn't give any hints either, and I can't seem to find the docs for the Windows VM anywhere.
Does anybody know where I can find a Win32 VM reference?
Thanks!
-- Bernat Romagosa.
-- Bernat Romagosa.
-- Best regards, Igor Stasenko.