Re: [Pharo-users] Running headless on Windows

2018-01-20 Thread Torsten Bergmann
n magic is required first to receive a new windows VM build for Pharo. Bye T. > Gesendet: Freitag, 19. Januar 2018 um 13:03 Uhr > Von: "Stephane Ducasse" > An: "Any question about pharo is welcome" > Betreff: Re: [Pharo-users] Running headless on Windows >

Re: [Pharo-users] Running headless on Windows

2018-01-19 Thread Stephane Ducasse
appy and we would > integrate with > the whole ecosystem (for instance you can start/stop a service using Windows > scripting for > doing backups, etc.) right out of the box. > > Bye > T. > > > > Gesendet: Freitag, 29. Dezember 2017 um 11:36 Uhr > Von: "p...

Re: [Pharo-users] Running headless on Windows

2017-12-29 Thread p...@highoctane.be
If you want to run Pharo as a service, I have found nssm to be working well. https://nssm.cc Phil On Dec 29, 2017 09:25, "Nicolai Hess" wrote: > > > 2017-12-29 3:07 GMT+01:00 Andrei Stebakov : > >> Pierce, I tried all of those "no display" options, the result is the same >> >> On Dec 28, 2017

Re: [Pharo-users] Running headless on Windows

2017-12-29 Thread Nicolai Hess
2017-12-29 3:07 GMT+01:00 Andrei Stebakov : > Pierce, I tried all of those "no display" options, the result is the same > > On Dec 28, 2017 8:37 PM, "Pierce Ng" wrote: > >> On Wed, Dec 27, 2017 at 04:58:39PM +0100, Cyril Ferlicot D. wrote: >> > On 12/27/2017 04:39 PM, Andrei Stebakov wrote: >> >

Re: [Pharo-users] Running headless on Windows

2017-12-28 Thread Andrei Stebakov
Pierce, I tried all of those "no display" options, the result is the same On Dec 28, 2017 8:37 PM, "Pierce Ng" wrote: > On Wed, Dec 27, 2017 at 04:58:39PM +0100, Cyril Ferlicot D. wrote: > > On 12/27/2017 04:39 PM, Andrei Stebakov wrote: > > > When I run Pharo 6.1 with -- headless option on Wind

Re: [Pharo-users] Running headless on Windows

2017-12-28 Thread Pierce Ng
On Wed, Dec 27, 2017 at 04:58:39PM +0100, Cyril Ferlicot D. wrote: > On 12/27/2017 04:39 PM, Andrei Stebakov wrote: > > When I run Pharo 6.1 with -- headless option on Windows, it executes the > > eval command as expected but during the execution (which lasts 4 sec) it > > opens the Pharo GUI.  > >

Re: [Pharo-users] Running headless on Windows

2017-12-27 Thread Cyril Ferlicot D.
On 12/27/2017 04:39 PM, Andrei Stebakov wrote: > When I run Pharo 6.1 with -- headless option on Windows, it executes the > eval command as expected but during the execution (which lasts 4 sec) it > opens the Pharo GUI.  > Is it expected? I thought headless means that the whole execution would > ha

Re: [Pharo-users] Running headless on Windows

2017-12-27 Thread Andrei Stebakov
Denis, I tried both. Running pharoconsole makes no difference. Same result as running Pharo.exe On Dec 27, 2017 10:47, "Denis Kudriashov" wrote: Hi. I think there is separate PharoConsole.exe for headless on Windows 2017-12-27 16:39 GMT+01:00 Andrei Stebakov : > When I run Pharo 6.1 with -- h

Re: [Pharo-users] Running headless on Windows

2017-12-27 Thread Denis Kudriashov
Hi. I think there is separate PharoConsole.exe for headless on Windows 2017-12-27 16:39 GMT+01:00 Andrei Stebakov : > When I run Pharo 6.1 with -- headless option on Windows, it executes the > eval command as expected but during the execution (which lasts 4 sec) it > opens the Pharo GUI. > Is it

[Pharo-users] Running headless on Windows

2017-12-27 Thread Andrei Stebakov
When I run Pharo 6.1 with -- headless option on Windows, it executes the eval command as expected but during the execution (which lasts 4 sec) it opens the Pharo GUI. Is it expected? I thought headless means that the whole execution would happen in the background