Changes between Version 9 and Version 10 of PackagingInstructions


Ignore:
Timestamp:
Jan 27, 2009, 9:56:23 AM (15 years ago)
Author:
maphew
Comment:

document jef's fix to the broken START command example

Legend:

Unmodified
Added
Removed
Modified
  • PackagingInstructions

    v9 v10  
    148148SET OSGEO4W_ROOT=@osgeo4w@
    149149call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
    150 start /B "%OSGEO4W_ROOT%\bin\foo.exe" %*
     150start "Foo window title" /B "%OSGEO4W_ROOT%\bin\foo.exe" %*
    151151@echo on
    152152}}}