I’m looking for a quick way to check which data comes into a named pipe (on windows). Is there any way to do it from cmd.exe or powershell or python? Actually I found only ways to create named pipe and than manipulate it. But how can I open a named pipe created by another program?
Share
Powershell allows you to use the entire .net api as such you can use the pipe function in the framework.