--- /dev/null
+
+echo set thirdpartydlls_cmake=C:\Creatis\creaToolsTools\Install_ThirdParty\cmake
+set thirdpartydlls_folder=C:\Temp\ThirdParty\creaThirdParty_dlls
+
+cd scripts
+call install_thirdparty_dlls_cmake.bat %thirdpartydlls_folder% >> install_thirdparty_dlls_cmake.log 2>&1
+cd ..
\ No newline at end of file
--- /dev/null
+
+set thirdpartylib_folder=C:\Temp\ThirdParty\creaThirdParty_libraries
+
+cd scripts
+call install_thirdparty_libraries_cmake.bat %thirdpartylib_folder% >> install_thirdparty_libraries_cmake.log 2>&1
+cd ..
\ No newline at end of file