I was cleaning up my PC the other day and came across with an old application I once wrote while learning Swing. I figured I’d just pack it and release it as others may find it useful (or not).
So, Let me introduce you to….
RenameIT
RenameIT is a Java Swing application that, given a folder name and a prefix, will rename all the files in that folder to the following format:
[prefix]_[seq.number].[file extension]
Requires Java Runtime Environment (JRE) 1.2 or better installed on your computer (most computers nowadays have it)
You can obtain a FREE copy of this application in the downloads section.
Once, I have some time to clean up the code, I will release the source code as well, very likely under the GPL, for others to use it as a learning tool (as the application itself is very simple)