delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/07/05/11:09:39

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:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type:content-transfer-encoding;
q=dns; s=default; b=qwIlGUy0xBzStjK+9ChGOUanlNAUzADL1qfb7fQexln
+sClUV4RpJE1PLSIfRC1Bje5AsY05Tqhp+IjoVauhiOBTYAwMDM/6bpbxBmK/lVU
GGV6atq67Z8fIXYWedEq31Za1aK5IwJb10HLh6/lts7V1Dau1PX22B1kwld50Bt8
=
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:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type:content-transfer-encoding;
s=default; bh=SxRr3W61dQnKQ6X9RimGYTZgQhQ=; b=iGUV0TN9LGvgapkAQ
/dAqbx106Ogeg9RJdFvAKeKZu3zkHizHgdSjh7x/XMxI463dQhKt3iSZEPaRp0To
K6dZZP7hQtOcCInA6ha1ZzFAwI24INRsG7/SRzJDWqz7ljrrkLSjJqx5eUQW5cMC
OZJxIi6QujvmgG9sZMhzJ/y3Ms=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=browser
X-HELO: mail-it0-f51.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=Lwg/RJ78C3Gx7fVhaYu0u9GQtQXtoHAU8xPcyk4POZQ=; b=kzbrAOoyfl8WPWthINhLqNgOxRw68tU0X743P8yMjPGj/ebg19cDwSLCta7inK8BHJ KyBri5teHxpYtR/1WP5yX/7U1zyAB6FMgCLLgODq0OP26JYIXwVcYoDPWBS+4cOgpwXy qE6J7F1+TjV3WeutzWeJKuWOcpbdTdxuj9IakXjA+r1jcUXbancT5NEIRSiErHr4BoWh +HQrTCDOT25nZ874YcxoasCWzm6wlAT3IWLitGXQwPbiPH6QXYdw2yT7czCHPdSgMiMa fHfyROWEA61w+LnADeKItKaiWKn5292Ez6FAoKLv8jfYM6l/8Fhw1sBy/qC778oRKKDo 7plg==
X-Gm-Message-State: ALyK8tKWo3KuCaWktiFkyBQat/NQBmCxrBq5+Ol02J77eHazxX5WTtuO5R2D9nHdmeYYh0YGmMJwsfd3jD/ZYw==
X-Received: by 10.36.25.65 with SMTP id b62mr14145238itb.29.1467731345702; Tue, 05 Jul 2016 08:09:05 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <c0862cea-a04a-d50c-e632-33748529090f@gmail.com>
References: <CAPTiy3MdAdrLnLY5C3+Ye48=eyha_+XW=CEdZBJHodvxJjsGrA AT mail DOT gmail DOT com> <c0862cea-a04a-d50c-e632-33748529090f AT gmail DOT com>
From: Gene Pavlovsky <gene DOT pavlovsky AT gmail DOT com>
Date: Tue, 5 Jul 2016 18:09:05 +0300
Message-ID: <CAPTiy3MMUfDQjDt9D=OBMdLy7KNGhdS5a3AdHS4coTamDZ7Tww@mail.gmail.com>
Subject: Re: cygstart.exe can't open file:///C:/
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u65F9Ww9009573

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.
Don't you think?

On 4 July 2016 at 04:10, Juan Miguel Navarro Martínez
<juanmi DOT 3000 AT gmail DOT com> wrote:
> Even if it's similar to Windows command-line, you are still in a POSIX
> system, and Cygwin use /cygdrive/ for all the drive letters.
>
> So for file:///C:/ you should use file:///cygdrive/c/
>
> On 2016-07-04 at 01:51, Gene Pavlovsky wrote:
>> cygstart‘s manpage says it’s similar to the Windows command-line start command.
>> It is indeed able to open http://example.com in the default browser.
>> 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.
>>
>> --
>> 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
>>
>
> --
> Juan Miguel Navarro Martínez
>
> GPG Keyfingerprint:
> 5A91 90D4 CF27 9D52 D62A
> BC58 88E2 947F 9BC6 B3CF
>
> --
> 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
>

--
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019