X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fmove_thirdparty_dlls.bat;h=157fc823ee2751d24fb1312239adc75d8a7c6bbf;hb=2cdc911cab8ee7a48bd47622467621aaaa1f86dd;hp=f9c6ceca792b30ae477a838e6d87182d92f1e3ca;hpb=a25ee70c38579ac7d05bf8cbb0d1bf891d4601fe;p=creaToolsTools.git diff --git a/Install_ThirdParty/move_thirdparty_dlls.bat b/Install_ThirdParty/move_thirdparty_dlls.bat index f9c6cec..157fc82 100644 --- a/Install_ThirdParty/move_thirdparty_dlls.bat +++ b/Install_ThirdParty/move_thirdparty_dlls.bat @@ -1,7 +1,8 @@ set thirdpartyGeneration=c:\Creatis\All +set thirdpartyInstallPath=c:\Temp cd scripts -call creaThirdParty_dlls.bat %thirdpartyGeneration% >> moveThirdParty.log 2>&1 +call move_thirdparty_dlls.bat %thirdpartyGeneration% %thirdpartyInstallPath% >> move_thirdparty_dlls.log 2>&1 cd ..