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