Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 614 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 614 Bytes

Rename_Dirs_Using_List

A Simple script to rename Windows folders based on excel or .csv list.

To use: create excel or comma delimited .csv file with columns: 'old_name', 'new_name', 'old_location', 'new_location'

if 'new_location' of the file or folder is different from 'old_location' items will be renamed and Moved

otherwise, - if they are the same, - renamed only.

if any items renaming will fail (for example: in use by other processes, or not found),

the script will create .csv file with the list of failures.

my friend JOHN renames Only the copies of his files or folders! JOHN is a smart lad!!!