Jump to content

Any tools to rename a list of filename?


Recommended Posts

Posted

Does anyone know any tools to rename a list of filenames?

for example,

The format for filename is [project name] + [project number] + [project

version]

 

Financal - 158 - r

Financal - 158 - x

Financal - 158 - s

....

 

I would like to rename those filenames into

Financal - 600 - r

Financal - 600 - x

Financal - 600 - s

....

 

Does anyone know any tools to do that?

Thanks in advance for any suggestions

Eric

  • Replies 5
  • Created
  • Last Reply

Popular Days

Posted

Re: Any tools to rename a list of filename?

 

=?Utf-8?B?RXJpYw==?= <Eric@discussions.microsoft.com> wrote in

news:E923F1C6-1C1E-4158-B826-1B9EA144F3FB@microsoft.com:

> Does anyone know any tools to rename a list of filenames?

> for example,

> The format for filename is [project name] + [project number] + [project

> version]

>

> Financal - 158 - r

> Financal - 158 - x

> Financal - 158 - s

> ...

>

> I would like to rename those filenames into

> Financal - 600 - r

> Financal - 600 - x

> Financal - 600 - s

> ...

>

> Does anyone know any tools to do that?

> Thanks in advance for any suggestions

> Eric

>

>

>

 

In your particular case, you should be able to just do:

 

ren "Financial - 158 - ?" "Financial - 600 - ?"

 

(this wouldn't work if 158 wasn't the same # of chars as 600)

 

For more complicated renames, you could try BRU (Bulk Rename Utility),

which is available (for free) at:

 

http://www.bulkrenameutility.co.uk

 

It takes a bit of learning to get familiar with all that it can do, but

it can do very complicated renames.

Guest Alan Edwards
Posted

Re: Any tools to rename a list of filename?

 

I use this:

All File Renamer:

http://www.softpedia.com/get/System/File-Management/All-File-Renamer.shtml

 

....Alan

--

Alan Edwards, MS MVP Windows - Internet Explorer

http://dts-l.com/index.htm

 

 

On Thu, 6 Mar 2008 19:36:00 -0800, in

microsoft.public.windowsxp.general, Eric

<Eric@discussions.microsoft.com> wrote:

>Does anyone know any tools to rename a list of filenames?

>for example,

>The format for filename is [project name] + [project number] + [project

>version]

>

>Financal - 158 - r

>Financal - 158 - x

>Financal - 158 - s

>...

>

>I would like to rename those filenames into

>Financal - 600 - r

>Financal - 600 - x

>Financal - 600 - s

>...

>

>Does anyone know any tools to do that?

>Thanks in advance for any suggestions

>Eric

>

Guest Bill in Co.
Posted

Re: Any tools to rename a list of filename?

 

Or do in DOS (if you've still got it), and you won't need ANY utility.

 

PD43 wrote:

> Eric <Eric@discussions.microsoft.com> wrote:

>

>> Does anyone know any tools to rename a list of filenames?

>> for example,

>

> This one is GREAT... and free:

> http://www.bulkrenameutility.co.uk/Main_Intro.php

Posted

Re: Any tools to rename a list of filename?

 

"Bill in Co." <not_really_here@earthlink.net> wrote:

>Or do in DOS (if you've still got it), and you won't need ANY utility.

 

Look at the utility. It's freakin' amazing.


×
×
  • Create New...