| A search for "file renamer" might help. There's tons out there.I personally use excel and batch files:
 
 1. dir *.jpg > listing.txt /B
 2. copy that into excel into one column
 3. second column = "rename " & a1 & " [new name]"
 4. fill down
 5. copy to a text file and name it "rename.bat"
 6. run it.
 
 That's a lot of extra work, so software would probably be easier. *shrug*
 
				__________________Your post count means nothing.
 |