]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/move_thirdparty_dlls.bat
DFCH changes
[creaToolsTools.git] / Install_ThirdParty / move_thirdparty_dlls.bat
index f9c6ceca792b30ae477a838e6d87182d92f1e3ca..157fc823ee2751d24fb1312239adc75d8a7c6bbf 100644 (file)
@@ -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 ..