How to search for multiple folder locations e.g. "C:\" AND "D:\" AND "E:\" within one command with es.exe?
I've tried a lot but all without success.
es.exe search multiple folder locations
Re: es.exe search multiple folder locations
es.exe c:^|d:^|e:
note the ^ to escape | from the command line.
Calling es from a command prompt
Search examples
note the ^ to escape | from the command line.
Calling es from a command prompt
Search examples
Re: es.exe search multiple folder locations
Thank you very much, you saved my day. Now i can continue creating my file cleaning script based on es.exe.