Annotation of mstools/hlpindex/hlpindex.bat, revision 1.1

1.1     ! root        1: @echo off
        !             2: :loop
        !             3: if "%1"=="" goto missing
        !             4: if "%1"=="/m" goto multivol
        !             5: if "%1"=="/M" goto multivol
        !             6: if "%1"=="-m" goto multivol
        !             7: if "%1"=="-M" goto multivol
        !             8: if "%1"=="-i" goto index
        !             9: if "%1"=="-I" goto index
        !            10: if "%1"=="/i" goto index
        !            11: if "%1"=="/I" goto index
        !            12: goto make
        !            13: :multivol
        !            14:        shift
        !            15:        if "%1"=="" goto missing
        !            16:        nmk -C NAME=%1 IND_ONLY=Y MULTIVOL=Y %2 %3 %4 %5 %6 %7 %8 %9
        !            17:        goto end
        !            18: 
        !            19: :index
        !            20:        shift
        !            21:        if "%1"=="" goto missing
        !            22:        nmk -C NAME=%1 IND_ONLY=Y %2 %3 %4 %5 %6 %7 %8 %9
        !            23:        goto end
        !            24: :make
        !            25:        nmk -C NAME=%1 %2 %3 %4 %5 %6 %7 %8 %9
        !            26: goto end
        !            27: :missing
        !            28: echo Missing project name: "hlpindex [project]"
        !            29: :end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.