Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Thu, 18 Oct 2001 15:09:45 -0500 From: Wayne Willcox To: Upat54wo AT aol DOT com Cc: cygwin AT cygwin DOT com Subject: Re: cp returns status of 1 Message-ID: <20011018150945.A92113@reliant.immure.com> Reply-To: Wayne Willcox References: <33 DOT 1c906c2a DOT 290055e4 AT aol DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <33.1c906c2a.290055e4@aol.com> X-Operating-System: FreeBSD reliant.knighthammer.com 3.5-STABLE FreeBSD 3.5-STABLE what version of windows are you using? Win9x is particularly bad about returning incorrect return codes. Of course what win9x returns is a 0 not a 1 in my experience. This is because Windows really does not use a return code like UNIX does. Windows returns a 0 in pretty much all conditions. When I am writing code for Windows9x I never depend on the return code, it is usually wrong. what are the servers NT , UNIX and Samba, AIX and cifs? On Thu, Oct 18, 2001 at 11:57:23AM -0400, Upat54wo AT aol DOT com wrote: > Can someone explan to me why "cp - /cygdrive/x/file /cygdrive/y/file" returns a status of 1? > > Both drives are mapped drives and are on different servers. Comparing bytes through Explorer indicates source and destination files are identical. Cygwin is set up with "binmode" as the default. > > Thanks! > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ -- Slowly and surely the unix crept up on the Nintendo user ... Wayne Willcox I will not eat green eggs and ham wayne AT reliant DOT immure DOT com I will not eat them Sam I Am!! A wise person makes his own decisions, a weak one obeys public opinion. -- Chinese proverb -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/