OSProcess.st
changeset 24820 301c642f32e7
parent 24724 b1afe939b13f
child 24821 a45e3af1bbcb
equal deleted inserted replaced
24819:8eb7de8ab3d2 24820:301c642f32e7
   494     outStream := outStreamArg.
   494     outStream := outStreamArg.
   495     errorStream := errorStreamArg.
   495     errorStream := errorStreamArg.
   496     auxInStream := auxInStreamArg.
   496     auxInStream := auxInStreamArg.
   497     showWindow := showWindowArg.
   497     showWindow := showWindowArg.
   498     lineWise := lineWiseArg.
   498     lineWise := lineWiseArg.
       
   499 !
       
   500 
       
   501 command:commandArg outStream:outStreamArg errorStream:errorStreamArg 
       
   502     "set the command to be executed and input/output streams.
       
   503      See comments in individual setters for more info"
       
   504 
       
   505     command := commandArg.
       
   506     outStream := outStreamArg.
       
   507     errorStream := errorStreamArg.
   499 !
   508 !
   500 
   509 
   501 commandString
   510 commandString
   502     "the OS (shell-) command, as string"
   511     "the OS (shell-) command, as string"
   503 
   512