WriteNamedPipe User Manual WriteNamedPipe
NAME WriteNamedPipe.exe - Writes text messages to a named pipe
VERSION
1.0 2000.10.23 (Oct 23, 2000)
SYNOPSIS
[Piped text |] WriteNamedPipe PipeName ["message"] [< text file]
LICENSE
Unlimited use and unlimited redistribution.
DESCRIPTION
This program creates a pipe by the name specified and waits for a
client to connect to the pipe. When a client connects, the message
is written and the program exits. The pipe is created as duplex and
in byte-mode. A client can connect with either read or read and
write permission.
PipeName is of the format:
\\.\pipe\name
Examples of pipe names:
\\.\pipe\MyPipe
\\.\pipe\1234
\\.\pipe\PipePath\MyPipe
Messages can be entered on the command line, piped in, or redirected
from a file, but only one of the methods will work at a time.
To cancel the wait for a client to connect, press [CTRL c].
BUGS
Make bug reports to <Page@Westlake.to>.
2000.08.11: No bugs have been observed.
AUTHOR
Frank P. Westlake <Page@Westlake.to>
<http://Frank.Westlake.org/page/>
WriteNamedPipe WriteNamedPipe