Login  Register

Re: Use Shell Command from Pharo

Posted by Peter Uhnak on Mar 18, 2016; 1:23pm
URL: https://forum.world.st/Use-Shell-Command-from-Pharo-tp4885330p4885331.html

You need to be a bit more descriptive of what "doesn't work" mean, otherwise we can't help you. :)

Have you seen this? http://pharo.gemtalksystems.com/book/PharoTools/OSProcess/

Also there's a new lib for OS http://forum.world.st/ANN-OSSubprocess-v0-2-0-release-td4872820.html ( https://github.com/marianopeck/OSSubprocess )

Peter

On Fri, Mar 18, 2016 at 2:45 PM, Guillaume Ongenae <[hidden email]> wrote:
Hello,

I would like to use execute shell command from Pharo.
I found OSProcess to do that but it doesn't work.

Thanks.
--