first, let me thank you for the amazing tool, I'm using it years.
I need to start everything without installing service, without window and without tray icon and after that, I will use it through es.exe cli.
After few hours in documentation I get this command:
Code: Select all
Everything.exe -admin -close -config Everything.ini
After I'm done I call Everything.exe -exit.
The idea is to run Everything as needed and then exit, I will run these commands from cmd.exe scripts.
So the whole flow will look like this:
Code: Select all
Everything.exe -admin -close -config Everything.ini
es.exe *.mkv
Everything.exe -exit
- Is there a better way how to start Everything in this way or is my command relatively ok ?
- After I start everything the first time, how long should I wait before calling e.g. es.exe *.mkv, is index immediately ready or if I call es.exe too early I can get only partial results?
Thank you for your advice and suggestions.