@echo off set thirdpartyGeneration=%1 echo Calling move_thirdparty_dlls.bat call move_thirdparty_dlls.bat %thirdpartyGeneration% >> generateThirdpartydllsExe.log 2>&1 echo Calling install_thirdparty_dlls_cmake.bat call install_thirdparty_dlls_cmake.bat %thirdpartyGeneration% >> generateThirdpartydllsExe.log 2>&1 exit