[GRASS-SVN] r41857 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 14 07:31:19 EDT 2010


Author: martinl
Date: 2010-04-14 07:31:19 -0400 (Wed, 14 Apr 2010)
New Revision: 41857

Removed:
   grass/trunk/lib/init/grass-run.bat
Log:
remove unused bat script


Deleted: grass/trunk/lib/init/grass-run.bat
===================================================================
--- grass/trunk/lib/init/grass-run.bat	2010-04-14 10:14:29 UTC (rev 41856)
+++ grass/trunk/lib/init/grass-run.bat	2010-04-14 11:31:19 UTC (rev 41857)
@@ -1,30 +0,0 @@
- at echo off
-rem Batch file to launch GRASS commands
-
-rem Change console title to name of module
-title GRASS: %1
-
-rem Force command line startup mode
-set GRASS_UI_TERM=1
-
-rem Run command
-%*
-
-if not %errorlevel% == 0 goto error
-
-title GRASS: %1 Done.
-echo.
-echo %1 complete.
-pause
-
-:end
-exit %errorlevel%
-
-:error
-title GRASS: %1 Done. (error %errorlevel%)
-echo.
-echo -----
-echo ERROR: %1 exited abnormally.
-echo -----
-pause
-goto end



More information about the grass-commit mailing list