Ask your problem

(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

0 Comments:

Post a Comment