From 49691ec3672443980b3e966b23eda7a0d7e72573 Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Mon, 17 Oct 2011 11:05:08 +0000 Subject: [PATCH] DFCH: Move files script - still doesnt work --- Install_ThirdParty/move_thirdparty_dlls.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Install_ThirdParty/move_thirdparty_dlls.bat diff --git a/Install_ThirdParty/move_thirdparty_dlls.bat b/Install_ThirdParty/move_thirdparty_dlls.bat new file mode 100644 index 0000000..f9c6cec --- /dev/null +++ b/Install_ThirdParty/move_thirdparty_dlls.bat @@ -0,0 +1,7 @@ + +set thirdpartyGeneration=c:\Creatis\All + +cd scripts +call creaThirdParty_dlls.bat %thirdpartyGeneration% >> moveThirdParty.log 2>&1 +cd .. + -- 2.45.0