Page 1 of 1

how to remove secondary extension from all files in folder

PostPosted: Wed Feb 22, 2017 4:28 pm
by dave.karstens
i am trying to figure out how to remove a secondary extension from all files in a folder and subfolder i.e locate all files with .cdjhfl extension in the folders and batch remove the extension from all files..I can do it in each folder manually, but i would like to have it done automatically

Re: how to remove secondary extension from all files in folder

PostPosted: Wed Feb 22, 2017 8:52 pm
by therube
If its the "second" extension, you can use:

11:Extension -> Remove

Code: Select all
100001.txt.dumyext
999.txt.dumyext
File name yadda yadda (30, 26 etc).ext.dumyext
go.bat.dumyext

Code: Select all
100001.txt
999.txt
File name yadda yadda (30, 26 etc).ext
go.bat



If its the second extension & it is fixed, you could do something with:

5:Remove
or
3:Replace