Monday, October 5, 2009

Rename Multiple Files through DOS Prompt

To change, for example, all the .TXT files to names that end in .DOC, normally you have to right-click on them one at a time and type the new names. What a waste time since you can do that in a second. Simply double-click on the DOS icon, in MS DOS prompt use this command followed by Enter:

ren *.txt *.doc

No comments:

Post a Comment