I need a batch script that first pick the country code from the CSV file named as Country_Code.csv and then make a folder of that country code in this format AMX - <country_code>
e.g. i have one code EGT in the Country_code.csv file so it make a folder of this code as AMX - EGT and if this folder is already exist then that script don't allow me to recreate this folder.
In above script i also want one more thing like if the country code is UK then it always make a folder of this name AMX - ZZZ
Country_Code.csv has these values :
- UK
- US
- EGT
I am in very difficult situation due to this script .

Please advise me in this matter.I really appreciate your efforts in advance.