Help renaming multiple files via batch

Mathias

Active Member
Joined
Apr 29, 2008
Messages
32
Hey guys, i have a folder with multiple files and i would like to rename them like this:

Show - 101.avi
Show - 102.avi
Show - 103.avi
Show - 104.avi
Show - 105.avi
Show - 106.avi

And so on. I was wondering if this could be done via cmd prompt using a batch file? Help would be greatly appreciated
 

sn3rd

Expert Member
Joined
Jan 18, 2008
Messages
4,305
It could be... What is the form of the original files? Random?

Alternatively, you could open Windows Explorer, CTRL + A to select all files, right-click the first file -> Rename
Then type "Show - 10"
Then it'd name them all accordingly.

A bit of tweaking will get this to be EXACTLY what you want
 

Mathias

Active Member
Joined
Apr 29, 2008
Messages
32
It's a TV series so i want it to be named accordingly... the original name of just one of the files is: Show.S01E01.avi
I just don't want 2 manually rename all 28 files.
 
Last edited:
Top