stdout on windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

stdout on windows

Tudor Girba-2
Hi,

Can anyone point me to how to write something to standard out when executing Pharo from the Windows command line?

Cheers,
Doru

--

"Every thing has its own flow"
Reply | Threaded
Open this post in threaded view
|

Re: stdout on windows

EstebanLM
you cannot. 
and the reason is deeply inside the inners of the vm implementation and the windows architecture (if is a graphical app, then it does not have a console, etc.)

sorry :(

Esteban

On 10 Mar 2015, at 17:13, Tudor Girba <[hidden email]> wrote:

Hi,

Can anyone point me to how to write something to standard out when executing Pharo from the Windows command line?

Cheers,
Doru

--

"Every thing has its own flow"

Reply | Threaded
Open this post in threaded view
|

Re: stdout on windows

EstebanLM
ah, btw… in the future we will provide 2 executables for windows: UI and command line, to fix this issue. 

On 10 Mar 2015, at 17:18, Esteban Lorenzano <[hidden email]> wrote:

you cannot. 
and the reason is deeply inside the inners of the vm implementation and the windows architecture (if is a graphical app, then it does not have a console, etc.)

sorry :(

Esteban

On 10 Mar 2015, at 17:13, Tudor Girba <[hidden email]> wrote:

Hi,

Can anyone point me to how to write something to standard out when executing Pharo from the Windows command line?

Cheers,
Doru

--

"Every thing has its own flow"