adding export option to Command line options

Have a suggestion for "Everything"? Please post it here.
Post Reply
hsyar
Posts: 4
Joined: Wed Jun 24, 2009 12:45 pm

adding export option to Command line options

Post by hsyar »

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
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: adding export option to Command line options

Post by David »

Change the active console code page to UTF-8.

To change the active console code page to UTF-8, at the command console type:

Code: Select all

chcp 65001
Then redirect your search output to a file.
For example, to seacrh for arabic-names and export the list to list.txt, type:

Code: Select all

es.exe arabic-names > list.txt
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:

Code: Select all

chcp 1256
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
hsyar
Posts: 4
Joined: Wed Jun 24, 2009 12:45 pm

Re: adding export option to Command line options

Post by hsyar »

Thanks .Davade


It Was very helpful , thank you very much!
Post Reply