我是vbscript以及命名管道的新手。
这是我的代码:
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("\\.\pipe\tstpipe")
a.WriteLine("This is a test.")
msgbox "hello"
a.Close
错误“未找到文件,第2行” 它没有识别文件夹“管道”,因为我没有创建任何名称管道的文件夹。但我认为应该有一个名为pipe的默认文件夹。我对么? 我错过了管道的任何配置吗?
答案 0 :(得分:0)
CreateTextFile(“\。\ pipe \ tstpipe”,true);