I know how to make a batch file that executes a command line with the /s switch etc, but I would prefer something that will take a current search string and stores it in Everything's environment, such as the INI fie, so that I can carry on and load Everything without editing a BATCH file.
Typically I am working on a project, using Everything to locate files, and think "Hey! This search string is so useful that I am using it every time that I come in here. I should save it for next time."
I store it as a bookmark, but I can't see a way to trigger the bookmark at the time Everything is loaded and control is handed to the user.
I am not sure of the correct term here, but it is probably one of { pre-defined | default | startup | load-time | starting | restart } search-string.
My first thought was to search the forums, but I came away empty. I suspect that I do not yet know the correct term in Everything.
My second thought was to examine the INI file, all 68 pages of it.
Then I searched Void's posting INI Settings
Maybe it is not the environment described in the INI file; maybe I should be looking for "Autoexecute" or similar.
Thanks for any suggestions.
Cheers, Chris
Default search string at startup?
Re: Default search string at startup?
Please try the -bookmark command line option.
-
- Posts: 684
- Joined: Wed Jan 05, 2022 9:29 pm
Re: Default search string at startup?
An alternative:
Define your Home-search (under Menu:Tools > Options > General > Home):
Every new Everything window will start withe the search configured here
Define your Home-search (under Menu:Tools > Options > General > Home):
Every new Everything window will start withe the search configured here
-
- Posts: 684
- Joined: Wed Jan 05, 2022 9:29 pm
Re: Default search string at startup?
Thank you NotNull.
That IS exactly what I was looking for.
I had it set up in a batch file, but prefer to have it set from within Everything because that is where I am when I start a new investigation.
Cheers, Chris