jesus
How do you get the arguments in C#, when you send in pipelined arguments?
like
dir /S /B | someprogram.exe
How will someprogram be able to get the values returned from dir /S /B ?