How to run a .bat from inside the IDE

前端 未结 5 1194
囚心锁ツ
囚心锁ツ 2020-12-07 09:40

What I want to do is very simple, yet can\'t find the way to do it.
In my projects I have several .bat files (I know, I\'m old) the perform some tasks like running SqlMe

5条回答
  •  無奈伤痛
    2020-12-07 10:27

    Right-click a file in the Solution Explorer window, Open With, click the Add button to add your .bat files. Use %1 in your .bat to get the path to the selected file.

提交回复
热议问题