From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- public/tools/ntdel.cmd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 public/tools/ntdel.cmd (limited to 'public/tools/ntdel.cmd') diff --git a/public/tools/ntdel.cmd b/public/tools/ntdel.cmd new file mode 100644 index 000000000..c62a8ed3c --- /dev/null +++ b/public/tools/ntdel.cmd @@ -0,0 +1,15 @@ +@if "%_echo%"=="" echo off +setlocal +set _NTADDDEL=%_NTDRIVE%\nt\ntadddel.cmd +:loop +if "%1" == "" goto done +echo Placing DELFILE %1 command in %_NTADDDEL% +ech "cd " >>%_NTADDDEL% +cd >>%_NTADDDEL% +ech "delfile -c CommentHere %1" ; >>%_NTADDDEL% +chmode -r %1 +del %1 +shift +goto loop +:done +endlocal -- cgit v1.2.3