"Link type" is not properly functional (ETP server)

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Primorsky
Posts: 1
Joined: Mon Apr 15, 2013 5:46 pm

"Link type" is not properly functional (ETP server)

Post by Primorsky »

Hi all
I have a problem with Everything which is configured to connect to the ETP server via command line. My batch file:

Code: Select all

rem Starting existing Everything application with enabled server on the remote PC:
psexec \\kostyan-7 -u UserName -p Password -e -i -d "C:\Program Files (x86)\Everything\Everything.exe" -startup

rem Staring Everything locally with auto connection to the remote PC's ETP server (NOTE: 20 is a ETP server port, that i am changed for capability reasons):
Everything.exe -connect KOSTYAN-7:20


Here is auto connect parameters / ETP parameters from my everything.ini configuration (local system):

auto_connect=
auto_connect_link_type=2
last_etp_link_type=2

Everything's connection to the remote server works perfectly. But as result of this batch, Everything bypass my configuration of the link_type. I want to get \\Server\C$ link type by default, but i can't. I am getting \\Server\C instead (link type=1 ?), so i need to reconnect ETP server manually every time.
Please give me suggestion.
void
Developer
Posts: 16691
Joined: Fri Oct 16, 2009 11:31 pm

Re: "Link type" is not properly functional (ETP server)

Post by void »

Please try:

Code: Select all

Everything.exe -connect KOSTYAN-7:20 -admin-server-share-links
void
Developer
Posts: 16691
Joined: Fri Oct 16, 2009 11:31 pm

Re: "Link type" is not properly functional (ETP server)

Post by void »

Post Reply