@echo off call flutter pub get call flutter build windows mkdir out call dart compile exe -o out\cemmserver.exe bin\server.dart call dart compile exe -o out\testpaths.exe bin\testAbsolutePath.dart