Skip to main content
How to Rename Files Quickly (using Excel and command Prompt)
Read These instructions once, then follow along with the images.
- Create a spreadsheet with 3 columns
- column with current name
- column with future name
- paste in equation
="ren "&A1&" "&B1
- Open the start menu, click in the search field and type CMD
- Open the program called CMD, it should open a little black screen.
- Go to the folder where the images exist. In the top bar, right-click folder name and select "copy address as text"
- Back in the CMD program type CD then right click to paste the address that you just copied. Press enter
- In your spreadsheet, copy the entire column 3 that includes the equations you made. It should resemble
ren currentname.jpg goodname.jpg
- Back in CMD right click and paste your equations in. it should automatically rename everything for you.
Comments
Post a Comment