|
| Rename All Files From One Extension to Another SUMMARY: Quickly change the extension of all files in a directory.
(Note that this may not work on early versions of DOS, so experiment.)
If you ever need to rename all files in a directory from one extension to another, for example, *.new to *.old, you can use wildcards with the rename command. In this example, the command would be:
rename *.new *.old
Add:
Del.icio.us |
Digg |
Furl |
My Yahoo!
Discuss This Tip
Print This Tip
Get E-Mail When New Tips are Online
Return to the DOS and Batch Files page. |