I am looking for a quick shortcut file, when i double click on that file, it should open Visual Studio without splash screen.
In a Notepad, Enter the below commands and save as sample.bat . Now double click on batch file, it will open the Visual studio. But the problem i found here is command prompt is not closing after VS is opened.
cd\
cd %ProgramFiles%\Microsoft Visual Studio 10.0\Common7\IDE
devenv.exe /NOSPLASH
commented on Oct 17 2011 4:12AM