This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re[2]: 3 bugs


Hello Benjamin,

Benjamin Riefenstahl <benny@crocodial.de> wrote:

BR> Hi all,

BR> For any file that Explorer can't deal with, try using this syntax in
BR> cmd.exe:

BR>   del \\?\c:\tmp\xxxxx

BR> The Prefix "\\?\" tells NT to do no parsing at all on the file name but
BR> pass it to the file system driver unchanged.

    Nice feature and fully answers original question. I'll try to
comment why it's hardly usable to make cygwin less fastidious about
filenames:

- it works only with nt, not 9x
- it requires full path
- it doesn't allow too much, e.g. it lets that dot at the end, but
not filename containing ':' or '*' .


BR> so long, benny

--
Paul Sokolovsky, IT Specialist
http://www.brainbench.com/transcript.jsp?pid=11135



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]