Everything will not load another instance

Discussion related to "Everything" 1.5.
Post Reply
vsub
Posts: 501
Joined: Sat Nov 12, 2011 11:51 am

Everything will not load another instance

Post by vsub »

Any idea what is wrong
I move the whole folder from one laptop to another,delete the database and recreate the databse with the files on the new laptop

I have not touch anything(I think)from the settings but now when I try to run my second instance which was working perfectly fine(I create a shortcut that opens a new instance with a specific database),instead of opening a new instance,the current instance just opens with a specific path in the search field

C:\Tools\Everything\Backup

This is the schortcut(I was starting it before from within the main instance of Everything)
C:\Tools\Everything\Everything.exe -explore -instance Backup -db Backup.db -no-auto-include -config Backup.ini

I am using the latest beta version
vsub
Posts: 501
Joined: Sat Nov 12, 2011 11:51 am

Re: Everything will not load another instance

Post by vsub »

If I exit the current instance,then I can open the backup one but I cannot open both
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything will not load another instance

Post by void »

-explore
is eating your
-instance
command.



Please use:

-explore <path>


-explore



-or-

To show the folders sidebar:

-folders-sidebar


-folders-sidebar
vsub
Posts: 501
Joined: Sat Nov 12, 2011 11:51 am

Re: Everything will not load another instance

Post by vsub »

Thanks
Post Reply