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
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.