Open .NET 2.0 SDK Command Prompt here
A neat little trick to open a .NET 2.0 SDK Command Prompt in any
directory. Create a .reg file with the following content and import it
into the registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Open .NET 2.0 SDK
Command Prompt here\Command]
@="Cmd.exe /k \"C:\\Program Files\\Microsoft Visual Studio
8\\Common7\\Tools\\vsvars32.bat\" "
Now you can right click on any directory and open the .NET 2.0 SDK
Command Prompt there.
Enjoy!
|