I had a great experience with a script that jacky gave me. Scripting is certainly a powerful thing so I'm wondering if it can do a little something I'm after.
Basically, I have a list of files. They have same names at the beginning with incrementing and same names at the end (incl extensions). However, stuff in the middle is different and i'd like to trim the list down by getting rid of that stuff in the middle.
Example:
abc.01.def.ghi.extension
abc.02.jkl.ghi.extension
abc.03.mno.ghi.extension
and so on...
What I'm after is a script that would go through the list of files and remove the def/jkl/mno/... parts while retaining the rest. I know something like this could be tricky so thank you very much in advance. If something isn't clear then please ask here or PM me, thanks again
