I have a text file with UTF-8
encodding and now i want to convert that file to ANSI
encodding.
I tried opening a text file in notepad with ANSI
encodding and tried copied to another file so that the another file will be having the same contents with ANSI
encodding.
%SystemRoot%\notepad.exe /a "output1.txt" >> output2.txt
exit