I have the habit of opening my Delphi projects from File Explorer by double-clicking on the .dpr or .dproj file.
Normally, this will launch Embarcadero RAD Studio XE7 in my case and open the project for me.
I'd like to compare how something is done in a separate project (different directory, etc.). If I double-click on a second .dpr/.dproj file, the default action seems to be to add that to the Project Group of the instance of RAD Studio that I already have open.
Is there a way I can set up RAD Studio to open a second instance for me so that I can see things side by side?
Currently I manually open up a new instance and then find the project file through File->Open, but that is painful.