Add .NET VS2008 Cmd prompt on your explore right-click
1) HKEY_Classes_Root\Folder\Shell\
2) Create key ".NET Cmd Prompt" (you can give any name)
3) Create subkey : command
4) modify "default" as
cmd.exe /k "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
It should work!
Or, you can save the following text as yourname.reg file and then double click it to add into your machine.
---- 2005 / Version Begin Of Reg FileWindows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\.NET Cmd Prompt\command]@="cmd.exe /K \"C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\vsvars32.bat" x86"
2) Create key ".NET Cmd Prompt" (you can give any name)
3) Create subkey : command
4) modify "default" as
cmd.exe /k "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
It should work!
Or, you can save the following text as yourname.reg file and then double click it to add into your machine.
---- 2005 / Version Begin Of Reg FileWindows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\.NET Cmd Prompt\command]@="cmd.exe /K \"C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\vsvars32.bat" x86"
Comments