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.