|
-
February 10th, 2010, 02:34 AM
#1
Renaming multiple files in DOS
Hi All,
I am in a situation like this:
I have close to 100 files ordered like this:
test1.txt
test2.txt
test3.txt
...
...
test99.txt
I need to rename those files like this:
track1.txt
track2.txt
...
...
track99.txt
i.e. trackNN.txt
Of course, with windows, I can rename them whatever I like one by one.
But with commad prompt (DOS command) how do I do that?
ren test*.txt track*.txt did not work
I want to change the alphabet part, leaving the numerals intact.
Is it possible?
Thank you for your time.
Best,
T.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|