From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id DB00F3858004 for ; Wed, 15 Mar 2023 03:27:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DB00F3858004 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=m.gmane-mx.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1pcHnt-0001h7-QB for cygwin@cygwin.com; Wed, 15 Mar 2023 04:27:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin@cygwin.com From: =?UTF-8?Q?Ren=c3=a9_Berber?= Subject: Re: exe in path directory, "command not found" Date: Tue, 14 Mar 2023 21:27:47 -0600 Message-ID: References: <5qX4xu9puPlJx_NA1mLmAZHSRFqMNOeQc7F2TddnyUMnEkBqGYqoeBrooBc-gc1WHWtQhDNPzg_la1O2qRZPv9jFoZ5-zQJ-xaMU7uvW4Iw=@proton.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0 Content-Language: en-US In-Reply-To: <5qX4xu9puPlJx_NA1mLmAZHSRFqMNOeQc7F2TddnyUMnEkBqGYqoeBrooBc-gc1WHWtQhDNPzg_la1O2qRZPv9jFoZ5-zQJ-xaMU7uvW4Iw=@proton.me> X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,NICE_REPLY_A,NML_ADSP_CUSTOM_MED,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Message-ID: <20230315032747.OB4lyVtwtY8Zzro1rX7duulNDEp-4R86Ld7QlmdN67U@z> On 3/14/2023 9:00 PM, WyntrHeart via Cygwin wrote: > I've added /cygdrive/c/program\ files/notepad++ Notepad is not there. In addition to what Elliot said you need the correct path. The executable is at: /cygdrive/c/Program Files/Notepad++/notepad++ So the path is all that except the .exe name. -- R.B.