Rename many files at once.


Recommended Posts

Hi.

I may need to rename many files to unique names after a file dump. Is there a way I can do this if I have a CSV file with the old and new file names using a script?

Thanks.

Link to comment
Share on other sites

5 hours ago, StrikedOut said:

Hi.

I may need to rename many files to unique names after a file dump. Is there a way I can do this if I have a CSV file with the old and new file names using a script?

Thanks.

You can use a .bat file.

 

rename "oldfile" "newfile"

 

You will need to include the full path to the files if you run the .bat file outside the folder the files are in.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.