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*
SponsorDeals.Com offers: over $100 PPS, up to 100% revshare or even bonus money just for signing-up !
FREE Chameleon or Advanced Submitter !RSS FEEDS SITES !
The best deals around at SponsorDeals.Com !
That's what i use. Has saved me an incredible amount of time over the years. Recommended to me by someone right here on GFY if memory serves me correctly.
That's what i use. Has saved me an incredible amount of time over the years. Recommended to me by someone right here on GFY if memory serves me correctly.
I use CKRename. Very flexible and powerful when you get the hang of it. Using a mask it can change filenames, auto number, do string substitution, change the file extension or the case.
Comment