Is there any way to close all files in Visual Studio on exit? Alternatively if that isn't possible is it possible to delete the user project file visual studio creates on exit?
+1
A:
Windows->Close All Documents
File->Exit
or manually delete the .sou file after the project is close
You can probably write a VB script macro that does either of these.
shoosh
2009-03-15 23:41:20