home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / programm / 7448 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.2 KB  |  59 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!psinntp!panix!os2man
  3. From: os2man@panix.com (Larry Salomon Jr.)
  4. Subject: Announcing PIPES
  5. Message-ID: <C0KA1r.4rr@panix.com>
  6. Organization: PANIX Public Access Unix, NYC
  7. Date: Sat, 9 Jan 1993 00:44:15 GMT
  8. Lines: 49
  9.  
  10. The following is from the command "PIPES" with no arguments.
  11.  
  12. This is a programming tool for PM programmers.  It allows you to redirect
  13. stdout from your PM app to another instance of PIPES to be immediately
  14. displayed.
  15.  
  16. Unfortunately, I cannot place it on hobbes, since I haven't paid my money
  17. to access FTP.  So, if some kind soul will do it for me, I will gladly
  18. uuencode the program and mail it to you.  Please send me email if you are
  19. willing, and I will send it to the first person ONLY.  Others will be
  20. directed to the appropriate directory on hobbes.
  21.  
  22. Cheers,
  23. Q
  24.  
  25. P.S.  Now that I have my modem working at home, I plan to upload a LOT
  26. of stuff that I have written on Monday, including a subroutine library
  27. with lots of neat goodies in it.  Don't touch that dial!!
  28.  
  29. -------------------------------
  30. Pipe utility
  31. Version 1.00
  32. Copyright (c) 1992 by Larry Salomon, Jr.
  33. All rights reserved.
  34.  
  35. Reads all input from or writes all input to the specified named pipe.
  36.  
  37. Syntax:  PIPES -p pipe [-w|-r] [-t timeout]
  38.  
  39. -p      - specifies the pipe to read from or write to.  It must be in the
  40.           form "\PIPE\name" and must be unique between a server/client pair.
  41.           This parameter is required
  42.  
  43. -w,-r   - specifies whether the pipe is to be read from or written to.  Write
  44.           is the default.
  45.  
  46. -t      - (in read mode) this specifies the number of seconds to wait before
  47.           attempting to read from the specified pipe.  This allows you to
  48.           start the client before the server without receiving an error.  0
  49.           indicates that no wait should occur, and is the default.
  50.  
  51. -t      - (in write mode) this specifies the number of seconds to wait for
  52.           a connect to be established with a client.  0 indicates that the
  53.           server should wait forever.  The default is 10 seconds.
  54.  
  55. -- 
  56. "If you choose not to decide, you  | "My other body is in the shop" - seen
  57.  still have made a choice" - Rush  |  on a T-shirt
  58. ------------------------------------------------------------------------
  59.