delorie.com/archives/browse.cgi | search |
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 AT crocodial DOT de) ISION Internet AG Ruhrstr. 61, D-22761 Hamburg, Germany -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |