]> Creatis software - crea.git/blobdiff - appli/creaNewProject/creaNewProject.bat.in
creaNewProject creates new Package at the same time
[crea.git] / appli / creaNewProject / creaNewProject.bat.in
index 9c0bba882c3e8bd2c2f6ea83c53565d6e449865e..1b31657c42d47519ffe9b84911bb748878428755 100755 (executable)
@@ -35,9 +35,14 @@ echo %ERRORLEVEL%
 rem %BINPATH%\creaSed "\"%OUTPUT%\\%PROJECT%\CMakeLists.txt.in"\"" "PROJECT_NAME" "%PROJECT%" > %OUTPUT%\%PROJECT%\CMakeLists.txt
 rem del "%OUTPUT%\%PROJECT%\CMakeLists.txt.in" 
 
-echo "Done!!!!!!" 
-echo "Edit the file '%OUTPUT%\%PROJECT%\CMakeLists.txt' to customize your project"
-
+echo
+echo "New Project created !" 
+echo
+echo "==>"
+echo "==> Edit the file '%OUTPUT%\%PROJECT%\CMakeLists.txt' to customize your project"
+echo "==>"
+echo
+echo
 
 
 goto END