| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <003a01c0ddca$b396a320$d938a8c0@Hadfield> |
| From: | "Mark Hadfield" <m DOT hadfield AT niwa DOT cri DOT nz> |
| To: | "Cygwin Mailing List" <cygwin AT cygwin DOT com> |
| References: | <FFC7351A4632D411820000508B2E1C2C01CB12AA AT hqexch01 DOT citrix DOT com> <20010516012452 DOT A14429 AT redhat DOT com> |
| Subject: | Re: cygwin interaction with explorer |
| Date: | Wed, 16 May 2001 17:40:23 +1200 |
| Organization: | NIWA |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook Express 5.50.4133.2400 |
| X-MIMEOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
From: "Christopher Faylor" <cgf AT redhat DOT com>
>
> What leads you to believe that this is a cygwin problem? I can
> do a
>
> ls \\host\share
It's the quotation marks:
C:\>set CYGWIN=
C:\>ls \\thor\hadfieldnt
DXclock alphaev5-dec-osf4.0a doc install man share
DXnotepad bin etc lib scripts tmp
DXterm dmf include libexec setvars
C:\>ls "\\thor\hadfieldnt"
ls: \thor\hadfieldnt: No such file or directory
C:\>set CYGWIN=noglob
C:\>ls \\thor\hadfieldnt
DXclock alphaev5-dec-osf4.0a doc install man share
DXnotepad bin etc lib scripts tmp
DXterm dmf include libexec setvars
C:\>ls "\\thor\hadfieldnt"
DXclock alphaev5-dec-osf4.0a doc install man share
DXnotepad bin etc lib scripts tmp
DXterm dmf include libexec setvars
And of course if you want to set up a Windows association you need the
quotes around %1 to cope with spaces in the file & directory names.
---
Mark Hadfield
m DOT hadfield AT niwa DOT cri DOT nz http://katipo.niwa.cri.nz/~hadfield
National Institute for Water and Atmospheric Research
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |