How to use the command line Everything.exe or ES.exe I can get a list of folders in CSV from two sources?
- Search area:
- the server "\\Storage\"
- the local disk "D:\"
- Search query:
- Search query using macro:
Code: Select all
"\storage\f1\" | "d:\f2\" <01-F [ ![+] !Ann> | <A-F [ ![+] !Ann> folder:
- Necessary result:
- Export all found folders to an Everything file list named Result.csv
where
Code: Select all
es.exe <search> /ad /o-n -export-csv Result.csv
- DIR style:
/ad only folders
/o-n -sort-name-descending - <search> — I can't create the above a search query for two sources "\\Storage\" and "D:\"
Regards MVA - DIR style: