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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -