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
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
Labels: Window tricks
0 Comments:
Subscribe to:
Post Comments (Atom)