@echo off call bootstrap.cmd rem ** cleanup ** rmdir /s /q bin\debug rem ** build ** dotnet build -c Debug goto done :done echo *** DONE *** :exit