[Osgeo4w-trac] Re: [osgeo4w] #36: change app launch bat files to call o4w_env.bat

OSGeo4W trac_osgeo4w at osgeo.org
Tue Feb 7 14:49:39 EST 2012


#36: change app launch bat files to call o4w_env.bat
-------------------+--------------------------------------------------------
Reporter:  maphew  |       Owner:  maphew  
    Type:  defect  |      Status:  assigned
Priority:  major   |   Component:  Package 
 Version:          |    Keywords:          
-------------------+--------------------------------------------------------
Description changed by maphew:

Old description:

> Go through all the packages and change
> {{{
> PATH=%OSGEO4W_ROOT%\bin;%PATH%
> for %%f in ("%OSGEO4W_ROOT%"\etc\ini\*.bat) do call "%%f"
> }}}
> to
> {{{
> call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
> start /B "%OSGEO4W_ROOT%\bin\foo.exe" %*
> }}}

New description:

 Go through all the packages and change
 {{{
 PATH=%OSGEO4W_ROOT%\bin;%PATH%
 for %%f in ("%OSGEO4W_ROOT%"\etc\ini\*.bat) do call "%%f"
 }}}
 to
 {{{
 call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
 start "Foo title" /B "%OSGEO4W_ROOT%\bin\foo.exe" %*
 }}}

--

-- 
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/36#comment:4>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer and package environment for the OSGeo stack.


More information about the Osgeo4w-trac mailing list