PipeStream.st
changeset 23484 a17be8a2cf05
parent 23387 ced9a63547cd
child 23878 a08a25c24390
--- 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'!