Administrator's Reference

NAMEDPIPENAME

Specifies a communication method that allows processes to communicate with one another without having to know where the sender and receiver processes are located. The name acts like an alias, connecting the two processes regardless of whether they are on the same computer or across connected domains.

Syntax

>>-NAMEDpipename--name-----------------------------------------><
 

Parameters

name
Specifies the named pipes name for the server to use. Names pipes are ideal for running in an environment where client and server are on the same machine. No communication software is required and no setup is required.

Examples

namedpipename    \\.\PIPE\TSMPIPE


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]