X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=IFMTalJXS7Jj2MvsLgTba++pw9J4 qVpM+GWk+XG8/ICfEH9apyFfO0H/OAmuGrfxl2acNGfBxZumi+h+EUJtp5KlQYe/ o90Axf8/dkXsXy+yCfoBh/MeaetLoNNsRFsTW7WCOKLBNMq94UZ24inYhtArNwH3 EbEz+Zrs2SmNC9U= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=QiwzYExtiGVNBbUDFRNIoMtPiTc=; b=RU sOTqeMDzRnlpOWJMjmZI58zYs7LWrqIwFAe1RkOeX8pzJOV6veEw45UUO1BGlmyg lxiw0PBZDuSCyTHu2n0LS7br+OflblebBNlFQ6x582PwxAToBK7bxKEf8Uv24sA6 OsoplfY+QaR9tKdyTS3CVARQzwMFeY7epIX2NYtrQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=andrey, Repin, repin, Andrey X-HELO: etr-usa.com Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: PATHEXT is fundamental to Windows and Should be recognised by CYGWIN From: Warren Young In-Reply-To: <310497164.20160810040104@yandex.ru> Date: Tue, 9 Aug 2016 19:11:13 -0600 Message-Id: References: <001001d1edf1$a4e1ae90$eea50bb0$@rogers.com> <1C0AE95E-0118-4353-AA77-4D41F1AE9AE1 AT solidrocksystems DOT com> <001a01d1eea9$f7949a90$e6bdcfb0$@rogers.com> <76ec05e9-140a-19cb-942b-698582c3d024 AT gmail DOT com> <001f01d1ef2c$f04af9e0$d0e0eda0$@rogers.com> <20160805152951 DOT GO25811 AT calimero DOT vinschen DOT de> <57A6ED1C DOT 1060402 AT gmx DOT de> <20160808112321 DOT GF32150 AT calimero DOT vinschen DOT de> <20160808143321 DOT GS25811 AT calimero DOT vinschen DOT de> <8dc84987-802d-30d3-3ebb-2ba25871b561 AT gmail DOT com> <310497164 DOT 20160810040104 AT yandex DOT ru> To: cygwin AT cygwin DOT com X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u7A1BSwu030085 On Aug 9, 2016, at 7:01 PM, Andrey Repin wrote: > >> PATHEXT looks for *executable* files, not file association. I warned >> previously in this thread about getting the two confused. > > Your statement is confusing. If not contradictory. > PATHEXT tells the shell to consider these file extensions executable. > If you create a file association for ".sh" and add ".SH" to pathext, CMD will > happily execute it, and in the current console. I think he means that if PATHEXT support appears in Cygwin (whether in the DLL or just in Bash) that you would have to chmod +x any files you want it to apply to. The existence of the file’s extension in PATHEXT alone would not be enough. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple