@echo off mkdir .\build pushd .\build pwd cl -FC -Zi ..\src\main.cpp user32.lib Gdi32.lib popd exit /b :error echo Failed with error #%errorlevel%. exit /b %errorlevel%