Changes between Version 8 and Version 9 of pkg-shell
- Timestamp:
- 02/05/12 01:17:27 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-shell
v8 v9 2 2 Menu and Desktop icon to launch an OSGeo4W command shell suitable for commandline utilities (GDAL, PROJ, etc). 3 3 4 * Installs `osgeo4w.bat` and creates link on Desktop 4 * Installs `osgeo4w.bat` and creates link on Desktop and Startmenu 5 5 * installs `bin\o-help.bat` - a quick report of the available programs (pretty prints bin/*.exe, *.py) 6 6 … … 8 8 9 9 == Changes == 10 === 1.0.0-6 --> .0-7 === 11 * change: pass initiating command line args to o4w shell. Allows calling osgeo4w.bat with parameters, e.g. `"path\to\osgeo4w.bat %pythonhome%\path\to\pythonwin.exe"`. Also don't display help if parameters are present (is faster and not as noisy). 12 10 13 === 1.0.0-5 --> .0-6 === 11 14 * bugfix: postinstall bat did not have properly closed quotes