]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/move_thirdparty_dlls.bat
DFCH: Adding template for run automatically all the scripts
[creaToolsTools.git] / Install_ThirdParty / scripts / move_thirdparty_dlls.bat
index 36034f7ed453626ce4644d6d08f320fd24bd75c0..a3f9140778319cf23a4f6a149de36a60d9a92f12 100644 (file)
@@ -1,5 +1,8 @@
 @echo off
 echo -----------------------------------
+echo ----------Moving Dlls--------------
+echo -----------------------------------
+echo -----------------------------------
 echo ---Setting Enviroment Variables----
 echo -----------------------------------
 
@@ -30,6 +33,8 @@ set ITKINSTALLDIR=%installpath%\%itk%
 set VTKINSTALLDIR=%installpath%\%vtk%
 set GDCMINSTALLDIR=%installpath%\%gdcm%
 
+rmdir %creaThirdPartydlls% /s /q
+
 mkdir %creaThirdPartydlls%
 
 echo -----------------------------------
@@ -156,4 +161,7 @@ echo -------------GDCM------------------
 echo -----------------------------------
 
 copy /V /Y %GDCMINSTALLDIR%\bin\*.exe %creaThirdPartydlls%
-copy /V /Y %GDCMINSTALLDIR%\bin\*.dll %creaThirdPartydlls%
\ No newline at end of file
+copy /V /Y %GDCMINSTALLDIR%\bin\*.dll %creaThirdPartydlls%
+echo -----------------------------------
+echo ------End of Moving Dlls-----------
+echo -----------------------------------
\ No newline at end of file