Is OSProcess still the best/correct way? I've been using it in 2.0. Seems to work. load: MCHttpRepository location: 'http://smalltalkhub.com/mc/dh83/fisleg/main' user: '' password: '' then do: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfOSProcess'; load. (Smalltalk at: #ConfigurationOfOSProcess) project bleedingEdge load. Is the only issue updating to FileSystem, or are there other changes that are needed for Pharo 2.0? On Fri, Nov 9, 2012 at 9:35 AM, roberto.minelli@usi.ch <roberto.minelli@usi.ch> wrote:
Hi,
I'd like to script some shell commands in Pharo 2.0. Is there any way to do that in Pharo? It seems OSProcess class is suitable but seems it's not yet fully ported in Pharo 2.0.
Thanks, Roberto