home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / lsmt213c.zip / nam_pip.doc < prev    next >
Text File  |  1996-01-05  |  2KB  |  56 lines

  1. *******************************************************************************
  2.     THIS IS A DRAFT VERSION THIS IS A DRAFT VERSION THIS IS A DRAFT VERSION
  3. *******************************************************************************
  4.  
  5.     * * * Named Pipes * * *
  6.  
  7.     To quickly install and use Named Pipes with Rexx use following programs :
  8.     -------------------------------------------------------------------------
  9.  
  10.     1. Copy the RXNPIPES.DLL into ?:\OS2\DLL (where ?: = BootDrive)
  11.  
  12.     2. To receive messages :
  13.  
  14.        Start 'CONSOLE' with following optional parameters :
  15.                                       --------
  16.         /PIP:Name_of_the_Pipe
  17.         /LOG:LOF_Filename
  18.         /TO:Time_Out_Value
  19.         /SOUND
  20.  
  21.        Example : CONSOLE /PIP:\PIPE\RXPIPE /SOUND
  22.  
  23.     3. To send messages :
  24.  
  25.        Edit MNP.CMD and adjust the name of the Pipe to send to.
  26.  
  27.        Excecute 'MNP' with your message
  28.  
  29.        Example : MNP Hello
  30.  
  31.  
  32.     To Stop the 'CONSOLE' : press [CTRL-BREAK]
  33.                  or send  : MNP /END
  34.  
  35.  
  36.     To use this scenario over a Network :
  37.     --------------------------------------
  38.  
  39.      - The machine excecuting 'CONSOLE' must have :
  40.  
  41.        OS/2 2.1 or higher with :
  42.  
  43.           - Lan Requester 3.0 or higher WITH the PEER Services to share IPC$
  44.                                         ----
  45.           - or OS/2 Lan Server 3.0 or higher.
  46.  
  47.      - The sending machine sends to the ComputerName's Pipe :
  48.  
  49.         Edit MNP.CMD to adjust.
  50.  
  51.  
  52. *******************************************************************************
  53.     THIS IS A DRAFT VERSION THIS IS A DRAFT VERSION THIS IS A DRAFT VERSION
  54. *******************************************************************************
  55.  
  56.