Search Results

2
votes

DOS filename escaping for use with *nix commands

You could try as alternative (from the command prompt) ... > cygpath -m c:\some\path c:/some/path As you can guess, it converts backslashes to slashes. …