@echo off clang main.c -g -o lisp.exe --std=c99 || exit /b 1 echo. echo --- Output Start --- lisp test.lsp echo --- Output End ---