Z
Z
zilhome2015-05-01 15:43:34
Windows
zilhome, 2015-05-01 15:43:34

How to find two identical files with different extensions in the same folder?

There is a folder with 170,000 files. It is required in it to find files with the same name, but different extensions.
Who can suggest how this can be done?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
J
John Smith, 2015-05-01
@ClearAirTurbulence

Option 1
If you have Total Commander, go to the desired directory, open the search (Alt + F7), leave the search bar empty, go to the Advanced tab, check Find duplicate files, uncheck all sub-items, but check the same plugin fields , then:
- click on the plus button, select tc\name in the drop-down menu
- click on the plus button, select tc\ext in the drop-down menu , the line [=tc.name][=tc.ext] is
formed on the left in the field - in the second field, replace equal with "<>", get [=tc.name][<>tc.ext] - Click Start Search, the output will show files with the same name but different extensions.
F3 is working in search results. If you want more freedom in operations with the found files - click the Feed to listbox button on the right under the issue, the search results will open in a new panel.
- download and install the AllDup program .
- start. Remove the checkboxes from unnecessary drives / folders, click Add, select the path to the desired folder, OK. The desired folder will be added to the list of search locations.
Repeat as needed for multiple folders. If necessary, check / uncheck the boxes for searching in subdirectories.
- click on Search Criteria in the toolbar. Name should be checked, the rest should be unchecked.
- press the Start Search button in the toolbar, get the result. Process/save as needed.

A
Artem @Jump, 2015-05-01
curated by the

040fd98c12c848e5a0c6502042c333f6.jpg
Or simplyFOR %%i in (ИмяФайла.*) do echo %%i

M
MaySky, 2015-05-02
@MaySky

So, using the standard search, search by mask <name>.*

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question