Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Change default visual studio command prompt directory

Options
  • 21-10-2011 8:23pm
    #1
    Registered Users Posts: 714 ✭✭✭


    Hi, how do you change the default directory for the visual studio command prompt,? I'm using ms visual studio 2010 pro for c++.


Comments

  • Registered Users Posts: 2,781 ✭✭✭amen


    right click the command prompt icon and select properties
    Change the start in parameter to your folder of choice


  • Registered Users Posts: 15,065 ✭✭✭✭Malice


    In addition to amen's post, you can also manually update the batch file yourself to do other stuff if you need to. Mine is located in C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat. Your location may vary depending on where VS is installed.


Advertisement