]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/move_thirdparty_libraries.bat_TEMPLATE
DFCH: Some bugs Solved!!
[creaToolsTools.git] / Install_ThirdParty / move_thirdparty_libraries.bat_TEMPLATE
index b01123f9aeae1923deb673e2b33d4c15e8d873a8..cb7329c505e89bb0c350e7467d35b6af2a5eee31 100644 (file)
@@ -1,6 +1,32 @@
+@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_libraries.bat
+
 call move_thirdparty_libraries.bat %thirdpartyGeneration% >> move_thirdparty_libraries.log 2>&1
-cd ..
\ No newline at end of file
+
+cd ..
+
+echo -----------------------------------
+echo -------End of the Script-----------
+echo -----------------------------------
+
+pause
+exit
\ No newline at end of file