是否可以在Windows中使用命令行打开命名管道?

编程入门 行业动态 更新时间:2024-10-25 06:26:43
本文介绍了是否可以在Windows中使用命令行打开命名管道?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想手动与管道交互,但到目前为止,我只能在程序中完成此操作,这不是很直观.

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

有人知道我的主意吗?

推荐答案

查看此处: support .microsoft/kb/68941

SQL Server附带有两个实用程序,旨在帮助测试 网络命名管道. MakePipe.exe和ReadPipe.exe实用程序是 在安装客户端和服务器组件的过程中安装了

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

更多推荐

是否可以在Windows中使用命令行打开命名管道?

本文发布于:2023-10-23 06:07:18,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1520018.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:命令行   管道   Windows

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!