Is it possible that before EV starts, the file Everything.db will be deleted automatically?
Thanks for your help.
Deleting automatically the file Everything.db before EV starts possible?
Re: Deleting automatically the file Everything.db before EV starts possible?
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
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