I'm developing lot of small .esb services recently and I'm pretty tired of doing Shift+Right click to open cmdin current directory then typing mvn clean install.
What is the easiest way to run simple .bat file like:
cleanInstall.bat:
mvn clean install
on current directory when user will press a some simple shortcut e.g.: Win+C?
I have already read this thread: How can I open a command prompt in current folder with a keyboard shortcut? However I'm wondering do I need to use 3rd party software?
I'm using Windows 7 Polish version.