X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fmove_thirdparty_dlls.bat_TEMPLATE;h=962fe23a37c8a40d226db63a035ebf5ac9059d81;hb=706b0ca702c02384f0628497756f1cb9b1a4ed21;hp=3754399d5f7c0d8bfcad6eab278c9ca68faf0bed;hpb=3afceddce806ddbeb6870383aac236cac7082ff2;p=creaToolsTools.git diff --git a/Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE b/Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE index 3754399..962fe23 100644 --- a/Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE +++ b/Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE @@ -1,7 +1,33 @@ +@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_dlls.bat + call move_thirdparty_dlls.bat %thirdpartyGeneration% >> move_thirdparty_dlls.log 2>&1 + cd .. +echo ----------------------------------- +echo -------End of the Script----------- +echo ----------------------------------- + +pause +exit +