Is there a way to run a batch file when opening Visual Studio or a project/solution?
- by John
I use SUBST to map a common drive for referencing some DLLs. I have been running a batch file in my startup folder to do the mapping, but I'd like to have the drive "gone" when I'm not working in Visual Studio. Is there a way to automatically run command line instructions when opening/closing Visual Studio and/or when opening a project or solution?
Thanks,
John