Changes between Version 8 and Version 9 of PackagingInstructions


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

properly quote PATH in app launch bat template

Legend:

Unmodified
Added
Removed
Modified
  • PackagingInstructions

    v8 v9  
    147147@echo off
    148148SET OSGEO4W_ROOT=@osgeo4w@
    149 call %OSGEO4W_ROOT%\bin\o4w_env.bat
    150 start /B %OSGEO4W_ROOT%\bin\foo.exe %*
     149call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
     150start /B "%OSGEO4W_ROOT%\bin\foo.exe" %*
    151151@echo on
    152152}}}