summaryrefslogtreecommitdiffstats
path: root/public/tools/ntdefect.cmd
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /public/tools/ntdefect.cmd
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
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