![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveAccess named pipe in Windows XP
From: Jim <donotreply@nowhere.com>
Date: Fri Dec 30 2005 - 17:41:44 CET
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
set p [open "\\\\.\\Pipe\\my_test_pipe" w]
However, the open function in Perl works just fine:
Could anybody shed any light on this?
TIA,
|