This script is used to rename the folder of the existing folder with another name.
Input:
Folder1= It specifies the folder which we want to rename with path
Folder2= It specifies the new name which you want to rename to your folder
For Example,
Folder1=r'C:\Users\Max\Desktop\xxx'
Folder2=r'yyy'
This script run as a "logged in user and System USer"
It should be run as Logged in User and System User