X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fcreatools.bat_TEMPLATE;h=d9b4151b2c632e12e5b07fb2f8cbd5161516948a;hb=bfd50d81b1a0115d5de2ceb5c083a47bee67005a;hp=ca724dd487502f6383626516ab9a5239640bbc98;hpb=7c7181bc9b1ac202817b9d02c64807dc685590ef;p=creaToolsTools.git diff --git a/Install/creatools.bat_TEMPLATE b/Install/creatools.bat_TEMPLATE index ca724dd..d9b4151 100644 --- a/Install/creatools.bat_TEMPLATE +++ b/Install/creatools.bat_TEMPLATE @@ -1,3 +1,4 @@ +@echo off set creatoolsGeneration= set installPrefix=%creatoolsGeneration%\creatools_install set buildType= @@ -7,4 +8,6 @@ set docGeneration= let it to OFF! cd scripts call All.bat %creatoolsGeneration% %docGeneration% %cvsUser% %installPrefix% %buildType% cd .. +pause +exit