> No, it's rather that this way of course no inputs work at > all since you're using stdin for the stream > You really should use a pipe (see mkfifo) instead of > piping via stdin. Thx Reimar this makes sense and your suggestion works. So only the problems with the incompatible stream is left. kind regards Newsy