@echo off cd /d "%~dp0" echo Starting services DEV MODE... start wt -M -d "." cmd /k "nest start sample-app --watch" ; split-pane -d "." cmd /k "nest start fis-fingerprint --watch" ; split-pane -d "." cmd /k "nest start fis-verification --watch" start cmd /k "cd libs/java/FingerprintDataVerification && mvn clean install && mvn compile exec:java" @REM to start with separate terminal windows @REM start wt -M -d "." cmd /k "nest start fis-verification --watch"