M
matt
Following a botched restore we have around 75,000 duplicate files on
one of our fileshares. All duplicate files start with the ~ character.
Is there any easy way to delete them all.
I thought maybe the following del /s ~*.* > d:\test\logfile.txt
However, this would delete any legitimate files starting ~ and I think
would also hit problems if users had the ~ versions of the files open
or had been updating the ~ version of the file.
Does anybody have any ideas?
one of our fileshares. All duplicate files start with the ~ character.
Is there any easy way to delete them all.
I thought maybe the following del /s ~*.* > d:\test\logfile.txt
However, this would delete any legitimate files starting ~ and I think
would also hit problems if users had the ~ versions of the files open
or had been updating the ~ version of the file.
Does anybody have any ideas?