grass.bat 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. @echo off
  2. rem #########################################################################
  3. rem #
  4. rem # GRASS Initialization
  5. rem #
  6. rem #########################################################################
  7. rem *******Environment variables***********
  8. rem Uncomment and set the following values if they differ from the indicated default
  9. rem Directory where your .grassrc7 file will be stored
  10. rem set HOME=%USERPROFILE%
  11. rem Name of the wish (Tk) executable
  12. rem set GRASS_WISH=wish.exe
  13. rem Path to the shell command
  14. rem (adjust to where you installed msys or another shell)
  15. rem set GRASS_SH=c:\msys\1.0\bin\sh.exe
  16. rem Path to utilities used by some scripts, such as awk, sed, etc
  17. rem (adjust to where you installed msys, gnuwin32, or other similar utilises)
  18. rem set PATH=c:\msys\1.0\bin;c:\msys\1.0\lib;%PATH%
  19. rem Path to your web browser
  20. rem set GRASS_HTML_BROWSER=%SYSTEMDRIVE%/PROGRA~1/INTERN~1/IEXPLORE.EX
  21. rem Path to the proj files (notably the epsg projection list)
  22. rem set GRASS_PROJSHARE=c:/grass/share/proj
  23. set WINGISBASE=GISBASE_VALUE
  24. "%WINGISBASE%\etc\init.bat" %*