]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE
DFCH: Some bugs Solved!!
[creaToolsTools.git] / Install_ThirdParty / move_thirdparty_dlls.bat_TEMPLATE
index 3754399d5f7c0d8bfcad6eab278c9ca68faf0bed..962fe23a37c8a40d226db63a035ebf5ac9059d81 100644 (file)
@@ -1,7 +1,33 @@
+@echo off
+
+echo -----------------------------------
+echo ---Setting Environment Variables---
+echo -----------------------------------
 
 set thirdpartyGeneration=<directory where the generation was made>
 
+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
+