Mark Wolpert Posted December 29, 2009 at 10:04 PM Posted December 29, 2009 at 10:04 PM I have two questions regarding multi monitor proxy connections; 1) When I connect via proxy, the screen dialog box shows that I am connected but in the top corner of ES there is a yellow line between the client and main ES session. I cannot figure out why and I cannot see any aircraft in these sessions. 2) I know that with auto connect will find the connections but is there a way to automatically launch the multiple sessions of ES that I want. Essentially my main session changes to reflect different runways at the main airport but the client sessions (2 of them) never change. I was thinking maybe I could use a program launcher. thanks, Mark. Link to comment Share on other sites More sharing options...
Stephan Boerner 945550 Posted December 30, 2009 at 06:30 AM Posted December 30, 2009 at 06:30 AM 1) You connect normally with your primary session. Your secondary session connects to the primary one, and then the secondary session should display this different connection symbol. Make sure that advanced proxy communication is activated. 2) There is no way to automatically launch additional instances (actually there probably are ways using external software), but you can create .lnk files that point to different profiles, so you do not have to manually select the profile but can just open the sessions by using the links. So instead of just the link to ES, you add the link to the .prf file after it. For example: "C:\Program Files (x86)\EuroScope\EuroScope.exe" "\\CUBE\stephan\Docomeents\Vatsim\EuroScope\Profiles\EDGG-Laptop.prf" Stephan Boerner VATEUD - ATC Training Director EuroScope Board of Designers | GVCCS Beta Tester EuroScope Quick Start Guide Link to comment Share on other sites More sharing options...
Mark Wolpert Posted December 30, 2009 at 01:21 PM Author Posted December 30, 2009 at 01:21 PM Great, thanks! Link to comment Share on other sites More sharing options...
Jonas Eberle Posted January 1, 2010 at 01:15 AM Posted January 1, 2010 at 01:15 AM 2) Hi, you could put the launching in a batch file. You can try this and name it ES.bat. It will start two instances and wait 20 secs between. This makes sure the first will be the proxy host and the second the client. START "ES1" "C:\Program Files\CsernakGergely\EuroScope\EuroScope.exe" "D:\Eigene Dateien\~Incoming\ATC\settings\_prim.prf" ping localhost -n 21 > nul START "ES2" "C:\Program Files\CsernakGergely\EuroScope\EuroScope.exe" "D:\Eigene Dateien\~Incoming\ATC\settings\_sec.prf" EXIT Link to comment Share on other sites More sharing options...
Mark Wolpert Posted January 2, 2010 at 06:36 PM Author Posted January 2, 2010 at 06:36 PM Thanks for the tip. I made the batch file and it does work but unfortunately it stops at the location of the .prf file and waits for me to select the profile before moving on. Do you have any idea why this would not select the file and continue? thanks, Mark. Link to comment Share on other sites More sharing options...
Recommended Posts