@echo off pushd %~dp0\bin call ..\build.bat if %errorlevel% == 0 ( echo ---------- Testing ---------- call timecmd slime.exe test.slime ) popd