Changes between Version 7 and Version 8 of PackagingInstructions
- Timestamp:
- 01/22/09 12:02:08 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PackagingInstructions
v7 v8 147 147 @echo off 148 148 SET OSGEO4W_ROOT=@osgeo4w@ 149 PATH %OSGEO4W_ROOT%\bin;%PATH% 150 for %%f in ("%OSGEO4W_ROOT%"\etc\ini\*.bat) do call "%%f" 149 call %OSGEO4W_ROOT%\bin\o4w_env.bat 151 150 start /B %OSGEO4W_ROOT%\bin\foo.exe %* 152 151 @echo on