Deleting automatically the file Everything.db before EV starts possible?

General discussion related to "Everything".
Post Reply
nice_guy
Posts: 25
Joined: Sat Mar 23, 2013 11:44 pm

Deleting automatically the file Everything.db before EV starts possible?

Post by nice_guy »

Is it possible that before EV starts, the file Everything.db will be deleted automatically?
Thanks for your help.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Deleting automatically the file Everything.db before EV starts possible?

Post by void »

Create an Everything.bat and set it to:
del %LOCALAPPDATA%\Everything\Everything.db
start "C:\program files\Everything\Everything.exe"

Run this batch file on startup. (Disable Everything from starting on system startup from Tools -> Options -> General -> Run on system startup)

Alternatively, if you don't want Everything to save and load to your Everything.db, Launch Everything with the -nodb command line option:
Everything.exe -nodb
Post Reply