3 bugs

Benjamin Riefenstahl benny@crocodial.de
Wed Apr 19 03:22:00 GMT 2000


Hi all,

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

  del \\?\c:\tmp\xxxxx

replace c:\tmp\ with the actual path using DOS style (backslashes) and
replace xxxxx with the actual underlying file name, like e.g. "t." .

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

This trick should probably go into the FAQ, we had a similar problem
before already.

so long, benny
======================================
Benjamin Riefenstahl (benny@crocodial.de)
ISION Internet AG
Ruhrstr. 61, D-22761 Hamburg, Germany

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



More information about the Cygwin mailing list