Thank you, .... more than a little belatedly.
The following search works just fine:
Code: Select all
"C:\Program Files\Everything\Everything.exe" -path "F:\K\Smith John" -search "ext:txt;asp;htm;html;doc;docx;pdf content:guyante" -newwindow
But Everything freezes when I try to run the same search against the much larger directory, to wit, "F:\K" -- which has a little less than 1 TB of files/data.
I am guessing that the GUI imposes a lot of overhead, and so I tried my first stab at using ES.exe, and constrained myself to a smaller directory, to work out the kinks, but I didn't get very far. The following line of code triggered the error "unknown switch":
Code: Select all
"E:\Apps\Everything\ES-1.1.0.18\es.exe" -path "F:\K\Smith John" -search "ext:txt;asp;htm;html;doc;docx;pdf content:guyante" -export-efu "E:\Zmani\Logging\Guyante001.efu"
The following line, without the "-search ", did not trigger an error, but the file that was created "Guyante.efu" was empty:
Code: Select all
"E:\Apps\Everything\ES-1.1.0.18\es.exe" -path "F:\K\Smith John" "ext:txt;asp;htm;html;doc;docx;pdf content:guyante" -export-efu "E:\Zmani\Logging\Guyante001.efu"
What am I doing wrong? Also, is there a command line switch to create a log file?
Thank you so much for your help.
Marc