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