Does anyone know if it's possible to open a file system-based website in VS2005 through the command-line? The
devenv.exe command-line switches allow you to pass in a project or solution file, but I want to just pass in a directory path and have that open. I noticed that the command-line switches let you specify a command as well, and that VS2005 has a File.OpenWebSite command, but that command just displays the Open Website dialog box - it seemingly does not
not allow you to pass in a directory path.
Any ideas or suggestions?
My end goal is to be able to, through Windows Explorer, right-click on a folder and choose a menu option that says, "Open in Visual Studio", and doing so would open VS2005 and open the website from that folder's path.
TIA