Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Renaming Multiple File Extensions In One Go...

Status
Not open for further replies.

2eq

Technical User
Apr 6, 2006
2
GB
Is there any way of renaming lots of file extensions in one go...

eg. I want to rename -

Rebellion (Lies).m4a
Four Kicks.m4a
Plateau.m4a
Hypnotize.m4a
Esja.m4a


Into -

Rebellion (Lies).mp4
Four Kicks.mp4
Plateau.mp4
Hypnotize.mp4
Esja.mp4

Cheers.
 
Hi,
I think ( but have no real place to try) that
Code:
ren *.m4a *.mp4
( in a command window in the directory containing the files)

would work

[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
If you only have a few to rename then it is just as easy to do it manually.

You will need to uncheck this box in Folder Options/ View to access the file extension. "Hide extensions for known file types".

Rename the extension. Make sure you understand the resultant Warning Message.


To automate the procedure (when numerous files are involved) you may need some third party renaming software.

 
Turkbear's" solution sounds like a better solution.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top