If you are experiencing problems with "Everything", post here for assistance.
-
Miaousse
- Posts: 3
- Joined: Mon Apr 29, 2024 6:58 am
Post
by Miaousse »
Hello,
is it possible to save a search to a text file with commandline options?
IE Everything64.exe -s "32387 ext:pdf" -minimized
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Post
by void »
ES "32387 ext:pdf" -export-txt "out.txt"
ES - Command Line Interface
-
Miaousse
- Posts: 3
- Joined: Mon Apr 29, 2024 6:58 am
Post
by Miaousse »
Many Thanks!