X-Recipient: archive-cygwin@delorie.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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=fAxkAwEj+MLzaRl5IytfHth9fpI+LmLrHDILILsskHhytz8xxL2O9
	uaxeTrJYU5W98Lc0ALizj/lUZte5VaGErE/DXHjYvbNVf6NAwa/7s+C7juBJcXB2
	SuWVyCjqOfdujJJMnBDBmWNQyFCkcJGY1lpUiq/sm8newwQ7CQbjKM=
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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=rOq43ffReX/Ur5Cy7/IVsQOqZus=; b=n6qEB8RH3wpizi17b0eQZRkTYYzT
	m4v4r/r+KLHNNzHZmP1dsLQldT4aH7WkV/u1GTbbYG5EWql5oT0K1lMtx0RyyCcy
	I6M+QK2M4Vs1T2TQWwQ5FtdCF8cWnxqs2iuBuErJ995NMh0pD4bSv+fdBvnoTb3F
	lFi6KXMRyJrQ6Tg=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BASE64_LENGTH_79_INF,BAYES_00,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:sk:CEdZBJH, H*f:sk:OBMdLy7, H*MI:eyha_, H*MI:sk:c0862ce
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
Subject: Re: cygstart.exe can't open file:///C:/
Date: Tue, 5 Jul 2016 18:10:26 +0000 (UTC)
Lines: 1
Message-ID: <loom.20160705T200540-33@post.gmane.org>
References: <CAPTiy3MdAdrLnLY5C3+Ye48=eyha_+XW=CEdZBJHodvxJjsGrA@mail.gmail.com> <c0862cea-a04a-d50c-e632-33748529090f@gmail.com> <CAPTiy3MMUfDQjDt9D=OBMdLy7KNGhdS5a3AdHS4coTamDZ7Tww@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id u65IAqfv004268

Gene Pavlovsky <gene.pavlovsky <at> gmail.com> writes:
> On 4 July 2016 at 04:10, Juan Miguel Navarro Martínez <juanmi.3000 <at>
gmail.com> wrote:
>> On 2016-07-04 at 01:51, Gene Pavlovsky wrote:
>>> cygstart‘s manpage says it’s similar to the Windows command-line start
command.
>>> However, cygstart file:///C:/ results in an error message:
 Unable to start 'C:\cygwin\c\': The specified file was not found.
>>> The Windows start command opens file:///C:/ links in the default browser
without a hitch.

> Juan, thanks for this, it does work. (on my system I setup `cygdrive` to
be `/mnt` using fstab, though).
> But I think the C:/ syntax should be supported as well. After all, `ls
C:/` works correctly on Cygwin.

cygstart file://C:/ works - read the MS DN and MS KB articles on file URIs
and shlwapi

