]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE
DFCH: Update creaThirdParty installers (Possible bug solved)
[creaToolsTools.git] / Install_ThirdParty / move_thirdparty_dlls.bat_TEMPLATE
index 2884ef691063be92c68410517747242aedc0413a..3754399d5f7c0d8bfcad6eab278c9ca68faf0bed 100644 (file)
@@ -1,8 +1,7 @@
 
-set thirdpartyGeneration=<directory where you have generated thirdparty_dlls>
-set thirdpartyInstallPath=<directory where you want to move the libraries>
+set thirdpartyGeneration=<directory where the generation was made>
 
 cd scripts
-call move_thirdparty_dlls.bat %thirdpartyGeneration% %thirdpartyInstallPath% >> move_thirdparty_dlls.log 2>&1
+call move_thirdparty_dlls.bat %thirdpartyGeneration% >> move_thirdparty_dlls.log 2>&1
 cd ..