From 3703feddda4182ac38702e5f1cdebf1d7d576443 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Fri, 24 Apr 2020 16:31:32 +0200 Subject: [PATCH] #3407 creaToolsTools Feature New Normal - add file Tool-scpCreaToolsToTux.bat --- Install_mingw64/Install_CreaTools/scripts/All.bat | 2 ++ .../Install_CreaTools/scripts/Tool-scpCreaToolsToTux.bat | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 Install_mingw64/Install_CreaTools/scripts/Tool-scpCreaToolsToTux.bat diff --git a/Install_mingw64/Install_CreaTools/scripts/All.bat b/Install_mingw64/Install_CreaTools/scripts/All.bat index 032f9da..3f1d9be 100644 --- a/Install_mingw64/Install_CreaTools/scripts/All.bat +++ b/Install_mingw64/Install_CreaTools/scripts/All.bat @@ -54,6 +54,8 @@ call All2.bat %creatoolsGeneration% %docGeneration% Release Win64 ::cd %scriptsFolder% ::call All2.bat %creatoolsGeneration% %docGeneration% Debug Win32 +copy /Y Tool-scpCreaToolsToTux.bat ..\..\..\..\. + echo ..End.. cd %scriptsFolder% diff --git a/Install_mingw64/Install_CreaTools/scripts/Tool-scpCreaToolsToTux.bat b/Install_mingw64/Install_CreaTools/scripts/Tool-scpCreaToolsToTux.bat new file mode 100644 index 0000000..7a5346c --- /dev/null +++ b/Install_mingw64/Install_CreaTools/scripts/Tool-scpCreaToolsToTux.bat @@ -0,0 +1,3 @@ +"C:\Program Files (x86)\PuTTY\pscp.exe" CreaTools-Release-4.0.0-win64.exe davila@tux.creatis.insa-lyon.fr:/var/www/html/software/public/creatools/creaTools/v4.0.x/ + +pause -- 2.45.1