Setting a specific instance from the SDK

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
omerivlin
Posts: 1
Joined: Tue Feb 09, 2021 10:37 pm

Setting a specific instance from the SDK

Post by omerivlin »

I have multiple instances of Everything on my machine. I'm trying to use searches inside a python script using the SDK. But there doesn't seem to be a way to set the instance name in the SDK.

You can specify it in the GUI or in es.exe but not in the SDK.
How can I Set a specific instance from the SDK?
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: Setting a specific instance from the SDK

Post by NotNull »

unfortunately, the SDK does not support this yet, see the ES source code for an example to work with different instances.

(from viewtopic.php?f=5&t=9516&p=33946&hilit= ... nce#p33946
Post Reply