On Tue, Jul 7, 2009 at 1:04 PM, <[email protected]> wrote: > When it does, I then end > up with 2 files of the exact same name, but with different icons in > WinExplorer.
Hmmm. It sounds like that file name isn't as it appears -- like it has a reserved character in the name or something. Like the old trick of finding a way to create a file named "NUL". Try doing "DEL *.* /P" in the directory, and only answering yes for that file. Try moving everything else out of the directory, and then use ROBOCOPY to delete the directory. You can do this by mirroring an empty directory on to the directory containing the problematic file. -- Ben ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
