@echo off cd ufund-api start cmd /k "mvn compile exec:java" cd ../ufund-ui start cmd /k "ng serve -o"