Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!ames!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU.UUCP Newsgroups: comp.sys.amiga Subject: Pipe Message-ID: <8702121953.AA20746@cory.Berkeley.EDU> Date: Thu, 12-Feb-87 14:53:51 EST Article-I.D.: cory.8702121953.AA20746 Posted: Thu Feb 12 14:53:51 1987 Date-Received: Fri, 13-Feb-87 22:02:23 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: University of California at Berkeley Lines: 8 I've found out why Copy doesn't work well with my pipe... Copy first tries to open the destination file mode 1005 before openning it 1006, thus screwing up the algorithm I use for opens to a pipe (I allowed only two). I have changed the algorithm, making the pipe more robust, and will post the new version as soon as I give it a run through. -Matt