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