]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/move_thirdparty_libraries.bat_TEMPLATE
DFCH: Some bugs Solved!!
[creaToolsTools.git] / Install_ThirdParty / move_thirdparty_libraries.bat_TEMPLATE
1 @echo off
2
3 echo -----------------------------------
4 echo ---Setting Environment Variables---
5 echo -----------------------------------
6
7 set thirdpartyGeneration=<directory where the generation was made>
8
9 echo thirdpartyGeneration=%thirdpartyGeneration%
10
11 echo -----------------------------------
12 echo ---End Setting Global Variables----
13 echo -----------------------------------
14
15 echo -----------------------------------
16 echo -------Calling Scripts-------------
17 echo -----------------------------------
18
19 cd scripts
20
21 echo Calling move_thirdparty_libraries.bat
22
23 call move_thirdparty_libraries.bat %thirdpartyGeneration% >> move_thirdparty_libraries.log 2>&1
24
25 cd ..
26
27 echo -----------------------------------
28 echo -------End of the Script-----------
29 echo -----------------------------------
30
31 pause
32 exit