I have a windows cmd .bat file that change the encoding of many .csv files as follows:
for /R %%f in (.\\*) do ( if %%~xf == .csv ( powershell -Comman