Changes between Version 7 and Version 8 of PackagingInstructions


Ignore:
Timestamp:
Jan 22, 2009, 12:02:08 PM (15 years ago)
Author:
maphew
Comment:

change app bat template to call o4w_env.bat instead of manually setting path & processing .ini

Legend:

Unmodified
Added
Removed
Modified
  • PackagingInstructions

    v7 v8  
    147147@echo off
    148148SET OSGEO4W_ROOT=@osgeo4w@
    149 PATH %OSGEO4W_ROOT%\bin;%PATH%
    150 for %%f in ("%OSGEO4W_ROOT%"\etc\ini\*.bat) do call "%%f"
     149call %OSGEO4W_ROOT%\bin\o4w_env.bat
    151150start /B %OSGEO4W_ROOT%\bin\foo.exe %*
    152151@echo on