Re: Duplicate FIle Name finder supercat915-Dec-08 7:29 Could you dir /s /b to get a list of all files, including path, import that into one column, then generate a second column containing just the content past the last \, and sort on that latter column?