This directory contains a named pipe server and client. The server will accept multiple interacting client connections, so run the server on one machine and then run as many clients as you like. The client will ask for the name of the server when it begins running. The server capitalizes strings received from any client and sends the result back to all clients currently connected to the server. Use MAKEFILE to compile the program with the SDK. Use MTNPSERV.MAK and MTNPCLNT.MAK and compile the two programs separately if you are using Visual C++. If you are trying to recreate the project files, BE SURE to set the "Use run-time library" field of the C++ code generation settings to "Multithreaded".