[Osgeo4w-trac] Re: [osgeo4w] #32: the template for batch files should have a quoted path, else CALL fails

OSGeo4W trac_osgeo4w at osgeo.org
Fri Jan 16 19:23:47 EST 2009


#32: the template for batch files should have a quoted path, else CALL fails
------------------------+---------------------------------------------------
  Reporter:  maphew     |       Owner:  osgeo4w-dev at lists.osgeo.org
      Type:  defect     |      Status:  new                        
  Priority:  major      |   Milestone:                             
 Component:  Installer  |     Version:                             
Resolution:             |    Keywords:                             
------------------------+---------------------------------------------------
Comment (by maphew):

 just noticed the PATH statement is missing root (check the qgis package)
 make that:
 {{{
 @echo off

 SET OSGEO4W_ROOT=@osgeo4w@
 PATH %OSGEO4W_ROOT%\bin;%PATH%
 for %%f in ("%OSGEO4W_ROOT%"\etc\ini\*.bat) do call "%%f"
 start /B %OSGEO4W_ROOT%\bin\qgis.exe %*
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/32#comment:1>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer for the OSGeo stack.


More information about the Osgeo4w-trac mailing list