Daniel Cazzulino's Blog : Automatic VS.NET Command Prompt

Automatic VS.NET Command Prompt

Tired of going to the "Visual Studio .NET 2003 Command Prompt" program files shortcut and then having to move to the desired folder? Want to get the environment variables set whenever you run "cmd"?
Create a .reg file with the following code and merge it in your registry:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
"AutoRun"="\"C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Common7\\Tools\\vsvars32.bat\""
Needless to say, it must point to your installation path.

posted on Monday, November 03, 2003 11:31 AM by kzu

What do you think?

(required) 
required 
optional
required