Re: Access named pipe in Windows XP




"Jim" <donotreply@xxxxxxxxxxx> wrote in message
news:oc-dnZyzt_s9_ijeRVn-qw@xxxxxxxxxxxxxx
>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
>
>
>

I use a named pipe with w+ and it seems to be the working combination. Don't
know why it works but it does.
set pipe [open "\\\\$host\\pipe\\FISIMULATOR" w+]






.



Relevant Pages

  • Access named pipe in Windows XP
    ... I want to write to a named pipe from my script, ... the open function in Perl works just fine: ... Prev by Date: ...
    (comp.lang.tcl)
  • Re: Access named pipe in Windows XP
    ... the open function in Perl works just fine: ... There isn't a channel driver specifically for namedpipes. ... A named pipe is a bidirectional handle, ... assumes a pair of unidirectional ones for the anonymous type. ...
    (comp.lang.tcl)
  • named pipe in java
    ... Is it possible in java to communicate through a named pipe on unix systems? ... John ... Prev by Date: ...
    (comp.lang.java.programmer)
  • Which one is more efficient: Mail slots or Named Pipes
    ... a mail slot or a named pipe? ... Arsalan ... Prev by Date: ...
    (microsoft.public.win32.programmer.networks)
  • named pipe access
    ... How can i access the named pipe that created on any domain or workgroup ... within the same network ??? ... Prev by Date: ...
    (microsoft.public.win32.programmer.networks)