View Single Post
Old 07-02-2006, 11:01 AM  
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
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.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote