1 2 3 4 5 6 7 8 9 10 11
@echo off setlocal pushd %~dp0 if /i "%1"=="release" set _C=Release src\build_all.cmd %_C% popd endlocal