[Osgeo4w-trac] [osgeo4w] #36: change app launch bat files to call
o4w_env.bat
OSGeo4W
trac_osgeo4w at osgeo.org
Thu Jan 22 15:08:24 EST 2009
#36: change app launch bat files to call o4w_env.bat
---------------------+------------------------------------------------------
Reporter: maphew | Owner: maphew
Type: defect | Status: new
Priority: major | Milestone:
Component: Package | Version:
Keywords: |
---------------------+------------------------------------------------------
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" %*
}}}
--
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/36>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer for the OSGeo stack.
More information about the Osgeo4w-trac
mailing list