Run the bat file after saving in NetBeans

I am using NetBeans 8.0.2 with a PHP project. I have a batch file named organizer.bat

that is configured to do some things with PHP source code.
So far, I am running it manually after changing the code.

I want NetBeans to automatically launch my file organizer.bat

after the file is saved in my project. How do I set up this behavior?

+3


source to share





All Articles