I have a bookmark named test1 that contains this command: /explore "E:\User\Desktop\"
I call it from a .bat file with the command: "P:\Everything 1.5a\Everything64.exe" -bookmark "test1"
If there is an open Everything window, it opens the folder tree and selects E:\User\Desktop\ as it should
If there is no open Everything window, it opens one and just displays the folder tree with nothing selected, ignoring E:\User\Desktop\
(If I then run the .bat again it shows E:\User\Desktop\, since there is now an open Everything window.)
Bookmark from Command line issue
Re: Bookmark from Command line issue
I guess the suggested installation of Everything will solve hat.
There is always Everything in the background.
There is always Everything in the background.
Re: Bookmark from Command line issue
Thank you for the issue report froggie,
This issue has something to do with setting the bookmark index to local database.
Please try changing the bookmark index to: (No change)
I am working on a fix..
This issue has something to do with setting the bookmark index to local database.
Please try changing the bookmark index to: (No change)
I am working on a fix..
Re: Bookmark from Command line issue
That works! Thanks.
Re: Bookmark from Command line issue
How the heck did you figure this out? Try all bookmark settings? Analyze the code? Intuition?void wrote: Fri Aug 18, 2023 8:31 am This issue has something to do with setting the bookmark index to local database.
(my assumption was some racing condition ..)
That is a skill I would love to have!
Re: Bookmark from Command line issue
I was trying to reproduce the issue with no luck.
Setting the folder sidebar selection gets added to a queue if the database is not loaded.
The bookmark changing the index was the first thing that came to mind that might cause the issue.
I still don't know the exact cause, I'll look into it more today..
Setting the folder sidebar selection gets added to a queue if the database is not loaded.
The bookmark changing the index was the first thing that came to mind that might cause the issue.
I still don't know the exact cause, I'll look into it more today..
Re: Bookmark from Command line issue
Everything 1.5.0.1356a fixes an issue with opening a bookmark that changes the index.