Hi,
I need to rename about 11,000 files. All of them have this format:
er13se01.116
I need to change the dot to a hyphen, then put an extension of .eps on it. So, it should look like this:
er13se01-116.eps
I can't do with a wildcard rename. So, in 4nt and TC, I've tried this:
ren :: (.*)\.([0-9]{3}) \1-\2\.eps
Doesn't work. Can someone help me?
Thanks,
Peter
Please note: I had to put a space after the :: above, because, this forum automatically creates a smiley face when you type a colon followed immediately by an open paren. Drove me nuts.
I need to rename about 11,000 files. All of them have this format:
er13se01.116
I need to change the dot to a hyphen, then put an extension of .eps on it. So, it should look like this:
er13se01-116.eps
I can't do with a wildcard rename. So, in 4nt and TC, I've tried this:
ren :: (.*)\.([0-9]{3}) \1-\2\.eps
Doesn't work. Can someone help me?
Thanks,
Peter
Please note: I had to put a space after the :: above, because, this forum automatically creates a smiley face when you type a colon followed immediately by an open paren. Drove me nuts.