@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 move_thirdparty_libraries.bat call move_thirdparty_libraries.bat %thirdpartyGeneration% >> move_thirdparty_libraries.log 2>&1 cd .. echo ----------------------------------- echo -------End of the Script----------- echo ----------------------------------- pause exit