首页 > 其他 > 详细

改变Prompt默认路径,Change Default Visual Studio Command Prompt Location

时间:2015-11-13 12:59:20      阅读:349      评论:0      收藏:0      [点我收藏+]

在项目中经常需要使用 Visual Studio Command Prompt编译项目,每次启动时都是默认进入

C:\windows\system32> 目录,

需要cd切换路径,如果把Visual Studio Command Prompt默认启动路径设置为项目路径,那么每次启动只要直接输入msbuild xx.sln就可以编译了,设置方法如下

Right click on "Developer Command Prompt for VS2013" shortcut (which you can find in the "Common7\Tools\Shortcuts" folder from where you installed your VS2013) and choose "Properties",

Change the: "Start in: " directory to your desired location.

默认start in 为:"C:\Program Files (x86)\Microsoft Visual Studio 12.0\"

修改为:"C:\04 Retirement Studio\Solutions\"

改变Prompt默认路径,Change Default Visual Studio Command Prompt Location

原文:http://www.cnblogs.com/xiaochun126/p/4961801.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!