Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message Subject: RE: Is there a 'ping' in Cygwin? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Fri, 17 Oct 2003 15:45:05 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: =?iso-8859-1?Q?J=F6rg_Schaible?= To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h9HDjkP0015321 Hughes, Bill wrote on Friday, October 17, 2003 3:32 PM: >> I shall now fix my path and create symlinks so 'ping' works. > > I corrected the case of the directory names in the windows > environment variable and Cygwin now finds PING.EXE, just a > note for the record. I know PTC etc, but would changing the > (presumably cygpath) translation of the windows path to > adjust case to the correct value add too much overhead? It is, because Windows does return wrong case itself from its functions. I implemented in cygpath at least for the -S option, that the path is with correct case. To ensure case you would have to look up every single element in the path name by requesting the entry in the corresponding directory ... really too much overhead. Regards, Jörg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/