@echo off set CCNAME=xyz if exist make.bat call make.bat %CCNAME% if exist makeexes.bat call makeexes.bat %CCNAME%