From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: unc paths with cmd.exe on ntemacs Date: Tue, 26 Nov 2002 08:23:48 +0200 (IST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1038291985 5406 80.91.224.249 (26 Nov 2002 06:26:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2002 06:26:25 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18GZAs-0001Ou-00 for ; Tue, 26 Nov 2002 07:26:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GZ95-0002PY-00; Tue, 26 Nov 2002 01:24:31 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18GZ8U-0001U9-00 for help-gnu-emacs@gnu.org; Tue, 26 Nov 2002 01:23:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18GZ8S-0001To-00 for help-gnu-emacs@gnu.org; Tue, 26 Nov 2002 01:23:53 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GZ8R-0001Tf-00 for help-gnu-emacs@gnu.org; Tue, 26 Nov 2002 01:23:52 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA24231 for ; Tue, 26 Nov 2002 08:23:48 +0200 (IST) X-Sender: eliz@is Original-To: help-gnu-emacs@gnu.org In-Reply-To: Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4013 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4013 On Tue, 26 Nov 2002, Leo wrote: > in dired when i execute comands via CMD.exe on filesx at UNC paths i get the > error message: > > CMD.EXE was started with '\\linux\linux\var\oldwww\html\basic' > as the current directory path. UNC paths are not supported. > Defaulting to Windows directory. That's the first time I hear about a Windows system where CMD.EXE doesn't support UNCs. Are you sure that file name is indeed a UNC, i.e. that it refers to some remote filesystem? Anyway, a stab in the dark: try using forward slashes, like this: "//linux/linux/var/oldwww/html/basic" (the double quotes around the file name might or might not be important).