X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fmdelete.bat;h=69a19b763722dd45f9ce654b40660fa7875111c4;hb=a560f29b68cee2c6b71ff8f85b84ebab612b34b0;hp=0e7e8bda0a3b6f1c9ca3eb44400ba01078c4aace;hpb=f341dd84acf9fcf54aaae4728b96117b8fa43aea;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/mdelete.bat b/win32/mdelete.bat index 0e7e8bd..69a19b7 100644 --- a/win32/mdelete.bat +++ b/win32/mdelete.bat @@ -13,18 +13,17 @@ 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 - +@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