在批處理命令中,由c盤切換到d盤,輸入以下命令:cd /d d:
批處理編譯解決方案:
@echo off call "D:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86_amd64 devenv "D:\公司項目\Gaia\trunk\DnnWater2\DesktopModules\SystemSetting\SystemSetting.sln" /build Release pause
在批處理命令中,由c盤切換到d盤,輸入以下命令:cd /d d:
批處理編譯解決方案:
@echo off call "D:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86_amd64 devenv "D:\公司項目\Gaia\trunk\DnnWater2\DesktopModules\SystemSetting\SystemSetting.sln" /build Release pause
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。