2009-07-29 08:59:18 +00:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
SET OSGEO4W_ROOT=@osgeo4w@
|
|
|
|
call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
|
|
|
|
call "%OSGEO4W_ROOT%"\bin\gdal16.bat
|
|
|
|
@echo off
|
|
|
|
path %PATH%;%GISBASE%\bin
|
2009-09-20 08:46:24 +00:00
|
|
|
start "Quantum GIS" /B "%OSGEO4W_ROOT%"\apps\@package@\bin\qgis.exe %*
|