Visual Studio - Run Batch File

后端 未结 5 2334
别跟我提以往
别跟我提以往 2021-02-07 08:04

What I would like

I would like to easily run a batch file without leaving Visual Studio. The batch files are not always the same, they change depending on the solutio

5条回答
  •  轮回少年
    2021-02-07 08:17

    I did this by right clicking the batch file and choosing "Open With", then I added a new editor and used explorer.exe (and then set that to be the default editor).

    Add program dialog

提交回复
热议问题