diff options
author | Konovalov, Vadim (Vadim)** CTR ** <vadim.konovalov@alcatel-lucent.com> | 2011-11-25 09:10:24 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2011-11-25 09:13:01 +0000 |
commit | ae5aebe9e8ef2f74e2acd7906088c31604be14a9 (patch) | |
tree | 5712549257ac0366e5a13393fa3b721ecc3d2ed5 /win32 | |
parent | b5fb7ce319b450b42f4660d7628cff404a3f29f4 (diff) | |
download | perl-ae5aebe9e8ef2f74e2acd7906088c31604be14a9.tar.gz |
.\win32\mdelete.bat not needed
From: "Konovalov, Vadim (Vadim)** CTR **" <vadim.konovalov@alcatel-lucent.com>
Subject: [PATCH v5.15.5-187] .\win32\mdelete.bat not needed
Date: Thu, 24 Nov 2011 21:48:26 +0100
Message-ID: <35BF8D9716175C43BB9D67CA60CC345E2E0284DD@FRMRSSXCHMBSC2.dc-m.alcatel-lucent.com>
Diffstat (limited to 'win32')
-rw-r--r-- | win32/mdelete.bat | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/win32/mdelete.bat b/win32/mdelete.bat deleted file mode 100644 index 69a19b7637..0000000000 --- a/win32/mdelete.bat +++ /dev/null @@ -1,29 +0,0 @@ -@echo off -rem ! This is a batch file to delete all the files on its -rem ! command line, to work around command.com's del command's -rem ! braindeadness -rem ! -rem ! -- BKS, 11-11-2000 - -:nextfile -set file=%1 -shift -if "%file%"=="" goto end -del %file% -goto nextfile -:end - -@echo off -rem ! This is a batch file to delete all the files on its -rem ! command line, to work around command.com's del command's -rem ! braindeadness -rem ! -rem ! -- BKS, 11-11-2000 - -:nextfile -set file=%1 -shift -if "%file%"=="" goto end -del %file% -goto nextfile -:end |