Forum Moderators: phranque
I have a large series of HTML files, which were created by a batch program. These files are currently sequentially named, file_1.html, file_2.html.
I also have one thumbnail .gif associated with each file, each with compeltely unique names.. "bluewidget_blah.gif".
I need to batch rename the HTML files to the same name as the .gif's. The file that bluewidget_blah.gif belongs to should take on its name, so, bluewidget_blah.html.
The good thing is that both sets of files are A-Z sorted, therefore there is at least some connection. I suppose the sequential creation time of the HTML files could also be used for association.
I cannot find a utility that will do this. Can someone please help..