Figured it out. Just edited the build.xml file that is associated with the project. Details on how to do this are self-sufficient.
<target name="-post-compile">
<exec dir="." executable="cmd">
<arg line="/c DatabaseInitializer.bat"/>
</exec>
</target>
source
share