mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
228 B
Cheetah
Executable File
9 lines
228 B
Cheetah
Executable File
@echo off
|
|
|
|
SET OSGEO4W_ROOT=@osgeo4w@
|
|
call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
|
|
call "%OSGEO4W_ROOT%"\bin\gdal17.bat
|
|
@echo off
|
|
path %PATH%;%GISBASE%\bin
|
|
start "Quantum GIS" /B "%OSGEO4W_ROOT%"\apps\@package@\bin\qgis.exe %*
|