@echo off set opts=-FC -GR- -EHa- -nologo -Zi set code=%cd% pushd build cl %opts% %code%\src\example1.c -Feexample1 -link -INCREMENTAL:NO popd