[GRASS-SVN] r37296 - grass/branches/develbranch_6/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 20 00:49:29 EDT 2009


Author: hamish
Date: 2009-05-20 00:49:29 -0400 (Wed, 20 May 2009)
New Revision: 37296

Modified:
   grass/branches/develbranch_6/lib/init/grass-run.bat
Log:
full pause on exit

Modified: grass/branches/develbranch_6/lib/init/grass-run.bat
===================================================================
--- grass/branches/develbranch_6/lib/init/grass-run.bat	2009-05-20 02:19:52 UTC (rev 37295)
+++ grass/branches/develbranch_6/lib/init/grass-run.bat	2009-05-20 04:49:29 UTC (rev 37296)
@@ -13,8 +13,9 @@
 title GRASS: %1 Done.
 if %errorlevel% == 1 goto error
 
-rem Pause for 2 seconds to allow user to read any output
-ping 127.0.0.1 -n 3 -w 1000 >NUL:
+echo.
+echo %1 complete.
+pause
 :end
 exit %errorlevel%
 



More information about the grass-commit mailing list