@echo off if not exist build\ mkdir build pushd build cl /Zi ..\main.c popd