1 2 3 4 5 6 7
@echo off set opts=-FC -GR- -EHa- -nologo -Zi set code=%cd% pushd build cl %opts% %code%\build\mteac -Febuild\metac popd