Auto rename file when dragging into folder with file of same name?

  • Thread starter insert your name here
  • Start date
I

insert your name here

Is there anyway of making XP automatically rename a file (adding (1),(2)
at the end, for example) when dragging a file to a folder where there's
a file of the same name?

When I drag a file (XP Pro) into a folder with a file of the same name,
XP asks me if I want to overwrite the file or not.

Often I want to have BOTH files in the folder and the lack of 'rename'
option is really irritating!

Thanks :)
 
M

Manny Borges

The only way I know would be command line.

example 2 files named file.txt.

copy c:\file.txt c:\dupdir\file1.txt

You can use wild card characters to do bulk operations. * is always tricky
in the results it xt yields, so I would reccomend having all you filenames
the same length (which didn't used to be an issue in the 8.3 days ) and use
the ? character as a single character wild card.

so :
copy c:\*.txt c:\dupdir\????1.???

would copy all txt files and rename using the first four letters of their
name plus a 1 plus their three character extension.

--
Manny Borges
MCSE NT4-2003 (+ Security)
MCT, Certified Cheese Master

There are 10 kinds of people in the world. Those who do understand binary
and those who don't.
 
G

gls858

insert said:
Is there anyway of making XP automatically rename a file (adding (1),(2)
at the end, for example) when dragging a file to a folder where there's
a file of the same name?

When I drag a file (XP Pro) into a folder with a file of the same name,
XP asks me if I want to overwrite the file or not.

Often I want to have BOTH files in the folder and the lack of 'rename'
option is really irritating!

Thanks :)

I use a a freebie program called Picsizer. As the name
suggests you can also use it to size pictures by batch,
but it also has the ability to rename files in batches.
http://www.axiomx.com/picsizer.htm

gls858
 

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

Top