Hi
I was using es.exe for exporting search result but there is a problem with Arabic name files , that the files with arabic name didn't print correctly there for I search in Command line options of everything.exe and also didn't have any option for extracting in comand line please help me or to make Command line options for exporting result or making es.exe work with arabic name ....
Please
thank you for your helpful program
adding export option to Command line options
Re: adding export option to Command line options
Change the active console code page to UTF-8.
To change the active console code page to UTF-8, at the command console type:
Then redirect your search output to a file.
For example, to seacrh for arabic-names and export the list to list.txt, type:
Use notepad to view list.txt or any other text editor that supports UTF-8.
Or, try using the code page: 1256 Windows Arabic
To change the active console code page to 1256 Windows Arabic, at the console type:
Here are a few more code pages you might like to try if this does not help:
http://msdn.microsoft.com/en-us/library/cc195051.aspx
To change the active console code page to UTF-8, at the command console type:
Code: Select all
chcp 65001
For example, to seacrh for arabic-names and export the list to list.txt, type:
Code: Select all
es.exe arabic-names > list.txt
Or, try using the code page: 1256 Windows Arabic
To change the active console code page to 1256 Windows Arabic, at the console type:
Code: Select all
chcp 1256
http://msdn.microsoft.com/en-us/library/cc195051.aspx
Re: adding export option to Command line options
Thanks .Davade
It Was very helpful , thank you very much!
It Was very helpful , thank you very much!