(continuation of
http://forum.world.st/command-line-command-from-pharo-image-td4727022.html)
OSProcess command: 'something' works fine on mac but does not work on windows.
If I debug in it I arrive at a primitive call in WindowsOSProcessAccessor>>primCommand:
The comment is saying something like
"This primitive has been replaced by #primCommand:stdIn:stdOut:stdErr:, and will be removed in future versions of OSProcess."
Question: How to call a command line command from windows (AND mac)? Do I have to write two different codes for the 2 os systems? I dont want this :-)
I am on Pharo 2.0
Sabine