Re: Renaming multiple files???
- From: "N Cook" <diverse8@xxxxxxxxx>
- Date: Sat, 16 Aug 2008 08:13:12 +0100
Rich Grise <rich@xxxxxxxxxxx> wrote in message
news:pan.2008.08.15.17.31.27.450097@xxxxxxxxxxxxxx
On Fri, 08 Aug 2008 16:18:47 -0700, Jim Thompson wrote:done
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?
Sure - just boot Linux, and do
$for MYFILENAME in `ls` ; do mv "$MYFILENAME" "Thanskgiving$MYFILENAME" ;
Hope This Helps!
Rich
A.F.5 1.1 af5.exe
http://www.fauland.com/af5.htm
is what I use in such situations
--
Diverse Devices, Southampton, England
electronic hints and repair briefs , schematics/manuals list on
http://home.graffiti.net/diverse:graffiti.net/
.
- References:
- Renaming multiple files???
- From: Jim Thompson
- Re: Renaming multiple files???
- From: Rich Grise
- Renaming multiple files???
- Prev by Date: Re: WOT: McCain Political Ads
- Next by Date: Re: OT: writing CDs in DOS
- Previous by thread: Re: Renaming multiple files???
- Next by thread: Small Linear Actuator for Hobby Project
- Index(es):
Relevant Pages
|