I need a batch file that reads the description name present in the XYZ.txt file and rename that file name based on description name.
For example i have a file name called "nest.txt" and when we open the text file(nest.txt) the second line of the file name has Description(Description=Man) then the batch file should rename my XYZ.txt file as Man.txt
i have 1000 files to rename based on the above condition. Please help me