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=ugOWF54LXgeTVIEEOrQe8tf7TVlk 4Y7CJZHCFLM3Zw3H74K1QBLkh9iw/+31cu6yYBRF+cjFwKG6MzeaWe0FhN2SeQlY RYZuLgAxaiTJJBYtvoAcZnpJtb4cTVxqzG/QXltpZF2suGPH6a2ipn3kOZWD30AL Qy8AP+awR3Q5iAI= 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=x7PXYjfpmFLvas89/mOonk6AxtU=; b=Zf uIi6E33Zwd421QE8DxY2zV+FnXgpiPuWrvwwQ8p+JBFpauPGQwvbpuuB1A1QT6d1 6on/BEWZHlmcHooQoZZJ735N8vRVtIGoJDpljNIciaf/4hbCIONvAxz/8YVaglVm WNwg9219xh9I9vLCuCvhgiHLjyULfhMvMpuu90zcs= 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.6 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=inglis, Inglis, BrianInglisSystematicSwabca, U*Brian.Inglis X-HELO: etr-usa.com Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: cygstart.exe can't open file:///C:/ From: Warren Young In-Reply-To: Date: Tue, 5 Jul 2016 19:56:57 -0600 Message-Id: <8889C1EE-9B72-4ECF-8350-221187AE2793@etr-usa.com> References: To: The Cygwin Mailing List X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u661vA1X020976 On Jul 5, 2016, at 12:10 PM, Brian Inglis wrote: > > cygstart file://C:/ works Right. The extra leading slash is causing the POSIX to DOS command conversion to effectively give you $(cygpath -m /c:/) rather than what you expected, which was $(cygpath -m c:/) -- 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