Opened 16 years ago
Last modified 13 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" %*
Note:
See TracTickets
for help on using tickets.