Renaming Files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to find a way to rename files starting with a specific number so
I can add them to my existing files, ie. new files start with 201, but vista
starts them from 1. This was easy in XP
 
here's a small command-line java program i wrote that you can just
download and run (no need to "install"):

http://renamewand.sourceforge.net/

Suppose the files are called "OLDxxxxxxx" and you want to rename them
to "NEW201", "NEW202", ....

enumerating using file timestamps:
RenameWand.bat "OLD*" "NEW<#FT+200>"

enumerating using filenames:
RenameWand.bat "OLD*" "NEW<#FN+200>"

hope that helps
 
phil237 said:
I am trying to find a way to rename files starting with a specific number so
I can add them to my existing files, ie. new files start with 201, but vista
starts them from 1. This was easy in XP
 
I'm a professional photographer and frequently have to rename as many as
3000+ images (files) so naturally I'm in a serious bind here with the
renaming. I think we all need to find ways to get in touch with Microsoft
and tell them that the arrogant and ignorant SOB who changed "rename" needs
to be shot and XP's method needs to be re-instated. Nothing else is
acceptable. If this turkey had ever taken a computer class he/she would
understand that a computer will take these clever numbers and sequence them
as (1) (10) (100) (11) (110) ad naseum.

This is too unacceptable to not work for change!
 
I'm a professional photographer and frequently have to rename as many as
3000+ images (files) so naturally I'm in a serious bind here with the
renaming. I think we all need to find ways to get in touch with Microsoft
and tell them that the arrogant and ignorant SOB who changed "rename" needs
to be shot and XP's method needs to be re-instated. Nothing else is
acceptable. If this turkey had ever taken a computer class he/she would
understand that a computer will take these clever numbers and sequence them
as (1) (10) (100) (11) (110) ad naseum.

There are many third party file renaming applications:

http://www.google.com/search?hl=en&q=file+renaming+application
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top