This directory contains four files:

Makefile  - general makefile rules

rcmd.c   - main program of the "rcmd" application; doea terminal I/O and calls
                 client_aux() in client_aux.c

caux.c   - calls the routine rcmd() in manager.c

manager.c - rcmd() function called by client_aux()


rcmd.apf - apllication profile for the MakeDCE client and server
            applications.

rcmd.idl - IDL file for "rcmd" application (copy of idl.org
           which can not be generated directly by IDLGEN)

           DO NOT DELETE THIS FILE.

when you type "nmake" you should get the following message:

Do one of yhe following:
1. nmake help - to display this maessage.
2. nmake clean - to delete then non-source files.
3. nmake rcmd - to make Non-DCE dummy program.
4. nmake rcmd.idl - don't try it
6. nmake /C client - to make the client side of 'rcmd'.
7. nmake /C server - to make the server side of 'rcmd'.

ATTENTION:
   The "rpcd" deamon should be running, in order for the client and
   server to run properly.

   If for some reason yu can not run "rpcd", use "string" bindtype
   in rcmd.apf, or use fixed endpoint.

   To create the DCE application you must execute five steps:
   1. nmake /C client
   2. nmake /C server
   3. activate the server by "start server"
   4. activate the client by typing "client"

       client commands may be any OS/2 command
       like "dir"
              "type client.c"
              "attrib *"

       don't try to execute interactive commands by client !
                                                  
