No categories

Downloads

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)

Download RenameIT v1.0

How to Install

There is no intallation required. Just download the ZIP file using the link above and save it to you computer (keep note of where you save it to)

How to Run Program

Unzip the file and double-click on the JAR file extracted. That’s it!

Notes

It was written way back when I was learning swing (1999?) and got a quick clean up in 2003, only to be released in 2006. Mind you, I have only worked a few hours here and there on it. I am sure there are better ways to do this but it was fun learning.

Oh, KEEP IN MIND that it is very limited to files with only one period (’.') in its filename. I am sure other bugs exist as well. I only tested it enough to serve my purpose.