Do you think the below code is correct or make any sense ??Actually i cant try this code multiple times as i am doing work on PROD environment @echo off set folder = C:\Batch\Script\ABC\CSVSPOOL\TEST REM Get Names of Affiliates to process from txt file for /f "tokens=*" %%a in ('type Count...
Gents !! 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 ...