How to create a Batch File for Visual Studio Command Prompt

后端 未结 7 830
既然无缘
既然无缘 2020-12-02 22:29

I want to create a batch file for Visual Studio 2008 x64 Cross Tools Command Prompt to do something continuesly in my PC, here is the senario.<

7条回答
  •  臣服心动
    2020-12-02 22:48

    And for Visual Studio 2012:

    call "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86_amd64
    

提交回复
热议问题