Renaming multiple files???

I need to rename multiple files, as for example...

DSC00062.JPG | | | DSC00098.JPG

to...

Thanksgiving00062.JPG | | | Thanksgiving00098.JPG

I vaguely remember, in DOS, that I could type:

REN DSC*.JPG NAME*.JPG

But that won't handle long files names, plus it's a pain dropping into the crappy DOS window.

Anyone know a trick or a utility (doesn't have to be free) that can do this?

Thanks!

...Jim Thompson

-- | James E.Thompson, P.E. | mens | | Analog Innovations, Inc. | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | Phoenix, Arizona 85048 Skype: Contacts Only | | | Voice:(480)460-2350 Fax: Available upon request | Brass Rat | | E-mail Icon at

formatting link
| 1962 | A simulation, struggling to converge, is telling you something Pay attention !-)

Reply to
Jim Thompson
Loading thread data ...

Not as good as the DOS method but maybe it works for you:

formatting link

--
Regards, Joerg

http://www.analogconsultants.com/

"gmail" domain blocked because of excessive spam.
Use another domain or send PM.
Reply to
Joerg

Jim, this seems to be a more comfy method, no idea about the quality of this program though:

formatting link

--
Regards, Joerg

http://www.analogconsultants.com/

"gmail" domain blocked because of excessive spam.
Use another domain or send PM.
Reply to
Joerg

Just discovered that myself. That will work for what I want to do right now... make a memory stick up for my father of all the family photos, without having name conflicts from multiple directories of DSC... files.

But the utility you found looks good for general use.

...Jim Thompson

--
| James E.Thompson, P.E.                           |    mens     |
| Analog Innovations, Inc.                         |     et      |
| Analog/Mixed-Signal ASIC\'s and Discrete Systems  |    manus    |
| Phoenix, Arizona  85048    Skype: Contacts Only  |             |
| Voice:(480)460-2350  Fax: Available upon request |  Brass Rat  |
| E-mail Icon at http://www.analog-innovations.com |    1962     |
             
  A simulation, struggling to converge, is telling you something
                         Pay attention !-)
Reply to
Jim Thompson

That's the one.

formatting link
?project=ReNamer+Denis.Kozlov+ReNamer

Lots of folks give it top marks.

formatting link

Reply to
JeffM

Irfanview is a good general image viewer, which will also batch transform and rename files.

formatting link

--
Regards,

Adrian Jansen           adrianjansen at internode dot on dot net
Design Engineer         J & K Micro Systems
Microcomputer solutions for industrial control
Note reply address is invalid, convert address above to machine form.
Reply to
Adrian Jansen

o

=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF= =BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD ...Jim Thompson

=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD = =EF=BF=BD | =EF=BF=BD =EF=BF=BDmens =EF=BF=BD =EF=BF=BD |

=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD |= =EF=BF=BD =EF=BF=BD et =EF=BF=BD =EF=BF=BD =EF=BF=BD|

=EF=BF=BDmanus =EF=BF=BD =EF=BF=BD|

=EF=BF=BD| =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD |

ss Rat =EF=BF=BD|

2 =EF=BF=BD =EF=BF=BD |

=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BD =EF=BF=BDPay attention !-)- = Hide quoted text -

I'm pretty sure PhotoShop Elements will do renaming too on import, with the added benefit that you can automatically correct red eye (and maybe image/pixel dimensions?) as you go. The program also has facial recognition features, which supposedly allows for easier catalogging.

Although I have Elements, I've never used these particular features.

I did not check Jorge's links yet. Sound's like they're pretty good also.

-mpm

Reply to
mpm

Just off the top of my head:

#!/bin/bash for AA in DSC* ; do BB=`echo $AA | sed "s/DSC/Thanksgiving/"` mv $AA $BB done

put an "echo" in front of the mv and test it before you do it for real

Reply to
MooseFET

=A0 =A0 ...Jim Thompson

=A0 | =A0 =A0mens =A0 =A0 |

=A0 | =A0 =A0 et =A0 =A0 =A0|

=A0|

=A0 =A0 =A0 |

that line with will work just fine in cmd.exe even with long filenames...

-Lasse

Reply to
langwadt

border1.nntp.dca.giganews.com!nntp.giganews.com!news-in-01.newsfeed.easynews.com!news-in-02.newsfeed.easynews.com!core-easynews!easynews.com!easynews!en-nntp-06.dc1.easynews.com.POSTED!not-for-mail

Reply to
Ken Fowler

I think that the DOS emulation in gooies handles LFns.

Reply to
Robert Baer

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.