Es.exe output encoding

General discussion related to "Everything".
Post Reply
ALEV
Posts: 4
Joined: Sun Mar 30, 2025 6:28 pm

Es.exe output encoding

Post by ALEV »

I call Es.exe in the bat file, having previously specified:
chcp 1251 > Nul
But for some reason Es.exe saves the output file in UTF-8 encoding.
Can I somehow change it so that the output file encoding corresponds to chcp 1251?
void
Developer
Posts: 19830
Joined: Fri Oct 16, 2009 11:31 pm

Re: Es.exe output encoding

Post by void »

What is your ES command line?

ES will always export as UTF-8 when using:
-export-csv, -export-efu, -export-txt, -export-m3u8 and -export-tsv

Use ES > out.txt to output to a file with the current command prompt code page.
Post Reply