This directory contains a named pipe server and client. The server will accept multiple independent 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. This code differs from the code in MTNP in that the server talks to each client individually. The server capitalizes strings received from a client and sends the result back to the client. Use MAKEFILE to compile the program with the SDK. Use MSNPSERV.MAK and MSNPCLNT.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".