can you rename all files in folder at once?

  • Thread starter Thread starter Buggs1a
  • Start date Start date
B

Buggs1a

i have a folder with a ton of files named .loaded. How can I rename them so
I can take off the .loaded for all files at the same time?

Thanks guys. This will save me hrs of work.
 
i have a folder with a ton of files named .loaded. How can I rename them so
I can take off the .loaded for all files at the same time?

Thanks guys. This will save me hrs of work.

Try at a cmd-prompt:

ren *.loaded *.
 
Try this from a command prompt, without the brackets.

REN [drive:][path]*.loaded *.[new extension name]
 
i have a folder with a ton of files named .loaded. How can I rename them so
I can take off the .loaded for all files at the same time?

Thanks guys. This will save me hrs of work.

I use flash rename. I believe there is also a free renamer that you
can find to perform the task you need.
 
i have a folder with a ton of files named .loaded. How can I rename them
so
I can take off the .loaded for all files at the same time?

Thanks guys. This will save me hrs of work.

I use flash rename. I believe there is also a free renamer that you
can find to perform the task you need.


thanks guys. all i want to do is take off .loaded and the rest of the name
stays the same.
 
Buggs1a said:
I use flash rename. I believe there is also a free renamer that you
can find to perform the task you need.


thanks guys. all i want to do is take off .loaded and the rest of the name
stays the same.

Hi,
I didn't see the original message, but could add that I've used Ant Renamer
at http://www.antp.be/software/renamer with some success in the past.

Howard
 

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