Search found 5 matches
- Sat Jan 02, 2021 11:49 pm
- Forum: Support
- Topic: Find duplicate file names with different extension
- Replies: 9
- Views: 4674
Re: Find duplicate file names with different extension
The above batch file works for most file but some files are ignored. One example would be "file1.msg.old" and "file1.msg", the script doesn't seem to recognize the extension. Any suggestion? This is what you asked for: Basically I want to delete any files that have .exe.old as long there's version ...
- Fri Jan 01, 2021 6:30 pm
- Forum: Support
- Topic: Find duplicate file names with different extension
- Replies: 9
- Views: 4674
Re: Find duplicate file names with different extension
The above batch file works for most file but some files are ignored.
One example would be "file1.msg.old" and "file1.msg", the script doesn't seem to recognize the extension.
Any suggestion?
One example would be "file1.msg.old" and "file1.msg", the script doesn't seem to recognize the extension.
Any suggestion?
- Wed Dec 30, 2020 7:47 pm
- Forum: Support
- Topic: Find duplicate file names with different extension
- Replies: 9
- Views: 4674
Re: Find duplicate file names with different extension
That is hard to accomplish with Everything. Basically you want to search for type 1 files and want it to find type 2 ... But wth a little script that is much easier: Save the code from Del_ExeOld.cmd somewhere on your disk In Everything, search for ext:exe.old Menu:File > Export Save as type = Text...
- Wed Dec 30, 2020 5:51 pm
- Forum: Support
- Topic: Find duplicate file names with different extension
- Replies: 9
- Views: 4674
Re: Find duplicate file names with different extension
Does this thread help you? Not exactly. Basically I want to delete any files that have .exe.old as long there's version of it that matches the name without .old I saw the following but I couldn't get it to work It's implemented for the next major version. No release date yet sorry. Basic syntax wil...
- Wed Dec 30, 2020 4:43 pm
- Forum: Support
- Topic: Find duplicate file names with different extension
- Replies: 9
- Views: 4674
Find duplicate file names with different extension
Hey guys, a noob here.
I am trying to search for files that have a duplicate in the same directory with a different extension.
example
C:\users\user1\Downloads\file1.exe
C:\users\user1\Downloads\file1.exe.old
Ideally I'm only interested to see the file1.exe.old
Would appreciate anyone's help
I am trying to search for files that have a duplicate in the same directory with a different extension.
example
C:\users\user1\Downloads\file1.exe
C:\users\user1\Downloads\file1.exe.old
Ideally I'm only interested to see the file1.exe.old
Would appreciate anyone's help