Esteban, thanks, I'll try and keep informed... regards Robert 2016-02-01 11:14 GMT+01:00 Esteban Lorenzano <estebanlm@gmail.com>:
Hi Robert,
First, the option to execute pharo headless is ââheadlessâ (two â-â, not just one). Maybe the help is bad :) But that will not solve your problem at all, since headless mode is fake and in case of windows it will open anyway a window (in the systray if you are luckyâ¦).
However, I managed (some years ago, so do not ask for details ;) to run a pharo app as a service using this program: http://rozanski.org.uk/services here is an article that explains how to use it: http://www.howtogeek.com/50786/using-srvstart-to-run-any-application-as-a-wi... (I do not remember how I did it and it would be nice if you can share your experience, so we can have documentation somewhere :P)
Also I googled a bit and according to this: http://stackoverflow.com/questions/3582108/create-windows-service-from-execu..., looks like the âmicrosoftâ way of doing it is using a command âscâ. I suppose that command will not work if your program is not prepared for being a service, but you can give it a try (first approach *will* work, anyway :P)
Hope this works⦠please keep us informed. Esteban