Delete Numbers From File Names – rename in batch

November 11th, 2008

We got an email several days ago that read:

“Hi Olga

There is one thing, I think, that could make MultiRenamer an even better
program: the abilty to differentiate numbers from letters. Suppose you have
different length file names ending in numbers, for example: abc123.mid,
gfde13.mid and juroter3.mid. Suppose you have lots of them and you want to
remove the numbers, all at the same time. That would be easy if you had a
command that said: delete numbers. That’s it.
Regards
Samuel”

We thought there may be more people looking for the tool to batch rename files deleting numbers from filenames. Bad news: MuliRenamer can not do that. Good news: Visual Renamer can do that via script. Even better news: you do not have to create the script yourself, we have written it for you. Copy and paste it into the Script panel of Visual Renamer.

var
S: String;
i: Integer;
begin
S := File.Name;
for i := Length(S) downto 1 do
if S[i] in ['0'..'9'] then
S := Copy(S, 1, i – 1)
else
Break;
RenameFile(S + ‘.’ + File.Extension);
end.

visualrenamer

Download Visual Renamer here and try. You won’t think of any renaming template that Visual Renamer can not perform.

Google Bookmarks Reddit del.icio.us Ma.gnolia Technorati Slashdot Yahoo My Web furl Stumble Upon Mixx Newsvine Spurl Propeller

Entry Filed under: Uncategorized

Leave a Comment

hidden

Comment moderation is enabled. Your comment may take some time to appear.

Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackback this post  |  Subscribe to the comments via RSS Feed


Most Popular

Most Recent Posts

Polls

What audio converter do you use?

View Results

Loading ... Loading ...

Tags cloud

video converter movie converter mail converter excel converter audio converter email converter audio converters convert emails slide show csv converter ImageBox qpel slideshow maker promo mpeg converter's interface create slideshows TAC convert audio batch renamer rename files in batch visual renamer free $10 doc converter convert ogg ogg to iPod audio book for iPod in mp3 format mts m2ts create slide shows hd converter mts converter convert mts video iPod audio book mp3 to iPod increase volume xls to csv doc to pdf convert doc files convert video coolutils pro bundle pdf bookmarks combine tiff tiff combine audio tools

Subscribe to this blog