I need a batch file that reads the description name present in the nest.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(say Description=Man) then the batch file should rename my nest.txt file as Man.txt
Open a file nest.txt Copy the description name present in file nest.txt
Header
Description=MAN
Menu KeyWords=MAN_ABC
Now close this file and rename file nest.txt to MAN.txt