/Edit (devenv.exe)
Visual Studio 2012
Opens the specified file in an existing instance of Visual Studio.
Devenv /edit [file1[ file2]]
If no file is specified and there is an existing instance of Visual Studio, the existing instance of Visual Studio receives focus. If no file is specified and there is no existing instance of Visual Studio, a new instance of Visual Studio is created with a simplified window layout.
If the existing instance of Visual Studio is in a modal state, for example, if the Options dialog box is open, the file will open in the existing instance when Visual Studio exits the modal state.