Changes between Version 16 and Version 17 of pkg-shell


Ignore:
Timestamp:
Dec 16, 2012, 8:58:27 PM (11 years ago)
Author:
maphew
Comment:

v1.0.0-13

Legend:

Unmodified
Added
Removed
Modified
  • pkg-shell

    v16 v17  
    1111'''`o-help`''' - a quick report of the available programs (pretty prints bin/*.exe, *.py) [[br]]
    1212
    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 
    1813
    1914== Changes ==
     15 * 1.0.0-13: remove addpath and inpath utils (c.f. #295); insert `osgeo4w\bin` to beginning of PATH
    2016 * 1.0.0-11: allow spaces in Osgeo4w_root path (#315); extend `o-help` to show .com files, and skip missing filetypes
    2117 * 1.0.0-9: #284, new batch files `addpath` and `inpath` to intelligently only add items to PATH if they're not there exist already.