Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
291 B

@if "%_echo%"=="" echo off
setlocal
if NOT "%1" == "" goto doprojects
call %0 %NTPROJECTS% %NTPROJECTS_EXTRA%
goto done
:doprojects
set _ntgetargs_=
:loop
if "%1" == "" goto loopexit
set _ntgetargs_=%_ntgetargs_% %1
shift
goto loop
:loopexit
call ntslmop defect %_ntgetargs_%
:done
endlocal