I'm looking for help with a rename script. I know enough to tweak ones that are close, but I'm not having any luck finding one close to what I need. I have a text file with a column for a number x and a column with a folder name. Could be any number or any name. For example:
5 abc1234
6 abc4321
The number in the first column is not important. I need a script that will use my text file output to look for all folder names listed in a path, like c:\test, and rename the folders to the original name + old. For example:
abc1234 would be renamed abc1234old and
abc4321 would be renamed abc4321old.
The script doesn't have to check if the folder exists, just rename all the names from the text file. Any help would be greatly appreciated.
5 abc1234
6 abc4321
The number in the first column is not important. I need a script that will use my text file output to look for all folder names listed in a path, like c:\test, and rename the folders to the original name + old. For example:
abc1234 would be renamed abc1234old and
abc4321 would be renamed abc4321old.
The script doesn't have to check if the folder exists, just rename all the names from the text file. Any help would be greatly appreciated.