Changes between Version 12 and Version 13 of pkg-shell


Ignore:
Timestamp:
Apr 4, 2012, 12:18:28 AM (12 years ago)
Author:
maphew
Comment:

little bit of docs about included batch files

Legend:

Unmodified
Added
Removed
Modified
  • pkg-shell

    v12 v13  
    22Menu and Desktop icon to launch an OSGeo4W command shell suitable for commandline utilities (GDAL, PROJ, etc).
    33
    4  * Installs `osgeo4w.bat` and creates link on Desktop and Startmenu
    5  * installs `bin\o-help.bat` - a quick report of the available programs (pretty prints bin/*.exe, *.py)
     4Creates ''Osgeo4w Shell'' link on Desktop and Startmenu.
     5Spawned from ticket #18
    66
    7 Spawned from ticket #18
     7== Batch files ==
     8'''`osgeo4w`''' - opens a command shell with proper o4w environment set [[br]]
     9'''`osgeo4w foo`''' - opens a command shell with proper o4w environment set, and call program `foo` [[br]]
     10
     11'''`o-help`''' - a quick report of the available programs (pretty prints bin/*.exe, *.py) [[br]]
     12
     13'''`addpath varName`''' - append directory specified in`%varName%` to PATH, but only if not already there. [[br]]
     14'''`addpath /b varName`''' to prepend... [[br]]
     15
     16'''`inpath`''' - query PATH for directory specified in `%varName%`. Only returns %errorlevel%, read .bat for details [[br]]
     17
    818
    919== Changes ==