Is it possible to open a named pipe with command line in windows?

不羁岁月 提交于 2019-12-05 12:47:00

问题


I want to interact with the pipe manually , but so far I can only do this in the programe,which is not very intuitive.

The effect I want to achieve is a little similar to :

telnet localhost 3306

tail -f file.txt

Anyone get my idea?


回答1:


Look here: http://support.microsoft.com/kb/68941

There are two utilities shipped with SQL Server designed to help test network named pipes. The MakePipe.exe and ReadPipe.exe utilities are installed during installation of both the client and server components




回答2:


cygwin may have named pipes you can use. See also How to open a Windows named pipe from Java?




回答3:


no there is no command line interface for windows named pipes see http://en.wikipedia.org/wiki/Named_pipe for more info



来源:https://stackoverflow.com/questions/3670039/is-it-possible-to-open-a-named-pipe-with-command-line-in-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!