Click here to Skip to main content
6,629,377 members and growing! (20,546 online)
Email Password   helpLost your password?
Platforms, Frameworks & Libraries » .NET Framework » How To     Intermediate License: The Code Project Open License (CPOL)

How to Add the Visual Studio Command Prompt (VSCP) to your IDE as a tool

By V K Sumesh

Explains how to add the Visual Studio Command Prompt to the IDE.
.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0VS2008, Dev
Version:2 (See All)
Posted:12 Mar 2008
Views:15,757
Bookmarked:8 times
Announcements
Loading...
 
Search    
Advanced Search
Add to IE Search
printPrint   add Share
      Discuss Discuss   Broken Article?Report  
7 votes for this article.
Popularity: 1.69 Rating: 2.00 out of 5
3 votes, 42.9%
1

2
1 vote, 14.3%
3
2 votes, 28.6%
4
1 vote, 14.3%
5

Introduction

This article explains how to add the Visual Studio Command Prompt (VSCP) to your IDE as a tool.

Background

As a seasoned developer using Microsoft technologies, you may have used the Visual Studio Command Prompt for various reasons. It may be for creating Strong Names, or for adding binaries to the GAC, or for viewing Intermediate Language code of the code you write, etc. Whatever be the reason for using the VSCP, we normally move away form our working environment and access the command prompt by using these steps:

  • Start -> Programs
    • Microsoft Visual Studio (version)
    • Visual Studio Tools
    • Visual Studio Command Prompt

    (The steps may change based on the version of the Operating System and Visual Studio installed.)

How to add VSCP to your IDE

We can add the VSCP as a tool in the IDE so it will be very easy to access the VSCP from the IDE itself.

  1. In your IDE, go to Tools -> External Tools..
  2. Click on the Add button.
    1. Give a title of your own like “Command Prompt”.
    2. In the ‘Command’ area, specify the path either by typing “C:\Windows\System32\cmd.exe” or by browsing to the folder “C:\Windows\System32” and selecting cmd.exe.
    3. In the arguments area, specify the text "C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat".
    4. Set the Initial Directory to the solution directory.
  3. Click on the OK button.
  4. Now, the Visual Studio Command Prompt is available in the IDE tools menu.

Whenever you need the command prompt in the IDE, you can use this tool option and the command prompt will be available.

Addition

Now, you may ask the question “what is the difference between the system command prompt and the VSCP?”

We can consider the VSCP as just a wrapper of the system command prompt. The VSCP will simply load the environment settings for the .NET framework so that you can use any of the framework tools in the command prompt and execute it without any errors like '...not recognized as an internal or external command..'. It is not necessary that we should use VSCP for using Visual Studio tools like sn.exe, gacutil.exe, etc. If you have set the environment variables properly for executing Visual Studio commands, you can use the system command prompt itself to use Visual Studio tools. Otherwise, you will get an error.

What is vsvars32.bat?

Go to step 2. c, and you can notice the argument vsvars32.bat. What is this vsvars32.bat? It is simply a batch file setting the environment variables for the .NET framework tools. You can navigate to C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\ (in the case of Visual Studio 2008) and open the batch file vsvars32.bat for editing, and you will get a clear picture on the environment variable settings for the .NET Framework.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

V K Sumesh


Member

Occupation: Team Leader
Company: Photon Infotech, Chennai
Location: India India

Other popular .NET Framework articles:

Article Top
You must Sign In to use this message board.
FAQ FAQ 
 
Noise Tolerance  Layout  Per page   
 Msgs 1 to 4 of 4 (Total in Forum: 4) (Refresh)FirstPrevNext
GeneralWorked fine once I added /k before the vsvars32.bat argument PinmemberMember 15715500:35 26 May '09  
GeneralRe: Worked fine once I added /k before the vsvars32.bat argument PinmemberAlfons van Zwol2:32 8 Jul '09  
GeneralGood Article PinmemberAnjum.Rizwi1:44 4 Feb '09  
QuestionFor Professional Programmer PinmemberBillGets0:33 3 Apr '08  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 12 Mar 2008
Editor: Smitha Vijayan
Copyright 2008 by V K Sumesh
Everything else Copyright © CodeProject, 1999-2009
Web22 | Advertise on the Code Project