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 | |