Opened 15 years ago

Last modified 12 years ago

#36 closed defect

change app launch bat files to call o4w_env.bat — at Initial Version

Reported by: maphew Owned by: maphew
Priority: major Component: Package
Version: Keywords:
Cc:

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" %*

Change History (0)

Note: See TracTickets for help on using tickets.