X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Thu, 27 Dec 2001 19:16:04 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Charles Sandmann cc: Tim Van Holder , djgpp-workers AT delorie DOT com Subject: Re: UNC examples In-Reply-To: <10112271638.AA23583@clio.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 27 Dec 2001, Charles Sandmann wrote: > C:\>dir z:\\cws333\d$\djgpp > Volume in drive \\cws333\d$ has no label. > ... > > So if there is a UNC after the drive it uses the UNC and ignores the > drive. The drive can even be non-mapped. Does this happen if you call, say, findfirst with z:\\cws333\d$\djgpp, or only from the CMD's command line? If the latter, it might be a ``feature'' of the way the shell parses file names.