Access named pipe in Windows XP
- From: "Jim" <donotreply@xxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 11:41:44 -0500
I know this question came up before, but I don't see a clear answer to it.
I want to write to a named pipe from my script, but the "open" function
below doesn't seem to work.
set p [open "\\\\.\\Pipe\\my_test_pipe" w]
However, the open function in Perl works just fine:
open(p, "> \\\\.\\Pipe\\my_test_pipe")
Could anybody shed any light on this?
TIA,
Jim
.
- Follow-Ups:
- Re: Access named pipe in Windows XP
- From: comcast
- Re: Access named pipe in Windows XP
- From: David Gravereaux
- Re: Access named pipe in Windows XP
- Prev by Date: Re: Tcl vs. Lua
- Next by Date: Re: Jim Gettys on writing software for the new "one laptop per child" system
- Previous by thread: Windows desktop shortcut using Installjammer doesnot work
- Next by thread: Re: Access named pipe in Windows XP
- Index(es):
Relevant Pages
|