@echo off echo ----------------------------------- echo ---Setting Environment Variables--- echo ----------------------------------- set thirdpartyGeneration= echo thirdpartyGeneration=%thirdpartyGeneration% echo ----------------------------------- echo ---End Setting Global Variables---- echo ----------------------------------- echo ----------------------------------- echo -------Calling Scripts------------- echo ----------------------------------- cd scripts echo Calling install_thirdparty_dlls_cmake.bat call install_thirdparty_dlls_cmake.bat %thirdpartyGeneration% >> install_thirdparty_dlls_cmake.log 2>&1 cd .. echo ----------------------------------- echo -------End of the Script----------- echo ----------------------------------- pause exit