outputstream - Powershell write to stdout -


i need absolutely simple apparently totaly impossible. need write stdout in powershell.

so far found write-output unfortunately appends linefeed. tried somehow "hack" getting stdout .net host stream doesnt want.

do knows way how can write example 1 stdout when pipe script 1 on stdin of other script? accept kind of hack dont want redirection on invocation ()sth>&1 | script.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -