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=w4vUN4GqrazD8Py/8zAvXfqbF+rJ 76XZ2TlWx4NlQkqjsmMqlYw9Cfc9T37kE0kuDM1hCmy3hYl2JDhTHAu4Q4+4SScf 59VMZkpqT7sSLZt2ZZRsLqjeMJq41Z1JdcrBOaTKSrXB81O4tGGc/s81XINl07gi QmUomVWb2dS6Wvc= 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=wdOFrBPMcY9RbW6Owy2o32hAuTc=; b=Mm GSF74iNw5HoJurtThFaVTiEQVqrT8hmPUxMTG7Jp2aY6LDBzzOrn/oBkwhaX/ZmN 9yT0Y/hZuZomI/+K0C5P62LQA/tAnCQ0UK9RyiE4W6OjPAt+8e3/j0wOEiiuuq6f 5Xcr1gL8o29xWd6EDufA0EyI5reaI1oEKMep/nEig= 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=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: etr-usa.com Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Why can't run.exe execute a shebang script directly? From: Warren Young In-Reply-To: <1518233276.20141024173715@yandex.ru> Date: Fri, 24 Oct 2014 08:57:00 -0600 Message-Id: <129DABE3-4956-4BAC-940F-8FF1E435EDFB@etr-usa.com> References: <1414155946 DOT 62587 DOT YahooMailNeo AT web162803 DOT mail DOT bf1 DOT yahoo DOT com> <1518233276 DOT 20141024173715 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 s9OEvFRB005814 On Oct 24, 2014, at 7:37 AM, Andrey Repin wrote: > run.exe is designed to start Windows > applications (or associations). …or associations? Are you confusing run.exe with cygstart.exe? $ touch foo.txt $ run foo.txt run FATAL: Could not start C:\cygwin64\home\Warren\foo.txt $ cygstart foo.txt # Notepad opens, as expected -- 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