How to change file extension of a large number of files?
March 2, 2006 10:19 AM
Subscribe
How can I change/append an extension of a large number of files at once?
I have about 1000 files that have no extension. I want them to all keep their same filename, but add the same extension to each. Is there a way I can do this through the Windows XP command-line, or a batch file? Otherwise, what software might I need?
posted by Ekim Neems to computers & internet (7 comments total)
ren *. *.EXT
where EXT is your extension.
posted by blue mustard at 10:22 AM on March 2, 2006