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