• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

about file rename...

XXXXXX

Banned
hi, i would like to rename alot of files (about 1200), such like:

[animal] [cat] new-0001.jpg
[animal] [cat] new-0002.jpg
[animal] [cat] new-0003.jpg
[animal] [cat] new-0004.jpg
...

change to:

[cg] [animal] [cat] new-0001.jpg
[cg] [animal] [cat] new-0002.jpg
[cg] [animal] [cat] new-0003.jpg
[cg] [animal] [cat] new-0004.jpg
...

each file add "[cg] " at the front.

what should i type? ren...??? or any software can do it?

thanks!
 
I believe ACD See 3.0 was capable of multiple file renames. The current version (5?) will probably be able to do this as well.

You could tryis from the command prompt as well, after navigating to the folder that contains the files.

ren *[animal] [cat] new*.jpg *[cg] [animal] [cat] new*.jpg

Keep in mind that you cannot have spaces in a file name though, to run this sort of command.
 
Back
Top