PDA

View Full Version : Changing extensions of "multiple" files...?


mikehende
07-06-2006, 01:30 PM
Using XP Home edition, I have 150 files in a folder and wish to change the file type or extensions of all of these files from "file" to "flv", do I have to rename each file one at a time or is there a way that I can change all 150 files in one shot?

Rainbow32
07-06-2006, 03:27 PM
You can use Batch Rename from ShellToys XP. It's shareware but with a 45 day fully functional trail. Get'em done while it's free.
http://www.shelltoysxp.net/batchrename.asp

mikehende
07-06-2006, 03:42 PM
Cool, thanks! I am trying to do this in DOS though [for the knowledge] as I type this but this utility you linked me to will come in handy.

Terry Hanushek
07-06-2006, 04:41 PM
Mike

Cool, thanks! I am trying to do this in DOS though [for the knowledge]
In DOS (or Command Prompt)

CD \target
RENAME *.file *.flv

where target is the directory (folder) where your files reside

Terry

mikehende
07-06-2006, 04:43 PM
Got it done a few minutes ago, thanks.