2009-07-29 08:59:18 +00:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
SET OSGEO4W_ROOT=@osgeo4w@
|
|
|
|
call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
|
2011-04-28 20:54:43 +00:00
|
|
|
call "%OSGEO4W_ROOT%"\apps\grass\grass-@grassversion@\etc\env.bat
|
2009-07-29 08:59:18 +00:00
|
|
|
@echo off
|
2011-04-30 00:32:49 +00:00
|
|
|
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib
|
2012-03-29 20:22:02 +02:00
|
|
|
set GDAL_DRIVER_PATH=%OSGEO4W_ROOT%\bin\gdalplugins\1.9;OSGEO4W_ROOT%\bin\gdalplugins
|
2009-09-20 08:46:24 +00:00
|
|
|
start "Quantum GIS" /B "%OSGEO4W_ROOT%"\apps\@package@\bin\qgis.exe %*
|