diff -r 89533706d387 -r a17be8a2cf05 PipeStream.st --- a/PipeStream.st Mon Oct 29 12:30:40 2018 +0100 +++ b/PipeStream.st Mon Oct 29 15:53:25 2018 +0100 @@ -874,6 +874,14 @@ ^ osProcess pid. "Created: 28.12.1995 / 14:54:30 / stefan" +! + +setCommandString:aString + "for OSProcess only (so we see the command in the streams monitor)" + + commandString := aString + + "Created: / 29-10-2018 / 15:14:24 / Claus Gittinger" ! ! !PipeStream methodsFor:'closing'!