bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24387: 25.1.50; w32-convert-standard-filenames no longer works


From: Noam Postavsky
Subject: bug#24387: 25.1.50; w32-convert-standard-filenames no longer works
Date: Wed, 7 Sep 2016 12:19:29 -0400

On Wed, Sep 7, 2016 at 10:26 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> Do you really need to mirror slashes in shell commands?  Most Windows
> applications understand forward slashes just fine.  What problems do
> you have with forward slashes in shell commands on MS-Windows?

Not sure if this matters, but most cmd.exe internal commands recognize
forward slashes as indicating options, and some get confused by
forward slashes in file names:

C:\Users\npostavs>dir /b C:\temp
deleteme

C:\Users\npostavs>dir /b C:/temp
Parameter format not correct - "emp".

C:\Users\npostavs>del C:/temp/deleteme
Invalid switch - "temp".
C:\Users\npostavs>del c:\temp\deleteme





reply via email to

[Prev in Thread] Current Thread [Next in Thread]