File:  [WindowsNT SDKs] / mstools / hlpindex / hlpindex.bat
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:28:02 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, HEAD
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

unix.superglobalmegacorp.com

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