|
|
Microsoft Windows NT Build 511 (DDK SDK) 11-01-1993
@echo off :loop if "%1"=="" goto missing if "%1"=="/m" goto multivol if "%1"=="/M" goto multivol if "%1"=="-m" goto multivol if "%1"=="-M" goto multivol if "%1"=="-i" goto index if "%1"=="-I" goto index if "%1"=="/i" goto index if "%1"=="/I" goto index goto make :multivol shift if "%1"=="" goto missing nmk -C NAME=%1 IND_ONLY=Y MULTIVOL=Y %2 %3 %4 %5 %6 %7 %8 %9 goto end :index shift if "%1"=="" goto missing nmk -C NAME=%1 IND_ONLY=Y %2 %3 %4 %5 %6 %7 %8 %9 goto end :make nmk -C NAME=%1 %2 %3 %4 %5 %6 %7 %8 %9 goto end :missing echo Missing project name: "hlpindex [project]" :end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.