summaryrefslogtreecommitdiffstats
path: root/public/tools/ntdefect.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'public/tools/ntdefect.cmd')
-rw-r--r--public/tools/ntdefect.cmd16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/tools/ntdefect.cmd b/public/tools/ntdefect.cmd
new file mode 100644
index 000000000..bac2767e8
--- /dev/null
+++ b/public/tools/ntdefect.cmd
@@ -0,0 +1,16 @@
+@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