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