Visual Studio 2005.NET Command Prompt

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manjitsarma
    New Member
    • Jul 2007
    • 34

    Visual Studio 2005.NET Command Prompt

    How to get Visual Studio 2005.NET 'command prompt' with DOS ?

    Regards...

    Manjit Sarma
  • phvfl
    Recognized Expert New Member
    • Aug 2007
    • 173

    #2
    If you have VS2005 installed then the visual studio command prompt should be under the 'Visual Studio Tools' section of the 'Visual Studio 2005' item under the start menu.

    If you are trying to start the command prompt from DOS then the shortcut executes a .bat file at:
    C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall. bat

    With one argument -x86

    Comment

    Working...